method find-references

Documentation for method find-references assembled from the following types:

class Perl6::Documentable::Primary

From Perl6::Documentable::Primary

(Perl6::Documentable::Primary) method find-references

Defined as

method find-references(:$pod)

Similar to find-definitions. It runs through the pod recursively finding all X<> elements.

The behaviour of X<> elements is being discussed here: https://github.com/perl6/doc/issues/1410. Any feedback is welcomed.