Variables

@:value(cast "direct")@:impl@:enuminlineread onlyDirect:FindReferencesKind = "direct"

Find only direct references to the requested symbol. Does not look for references to parent or overriding methods.

@:value(cast "withBaseAndDescendants")@:impl@:enuminlineread onlyWithBaseAndDescendants:FindReferencesKind = "withBaseAndDescendants"

Find references to the base field and all the overidding fields in the inheritance chain.

@:value(cast "withDescendants")@:impl@:enuminlineread onlyWithDescendants:FindReferencesKind = "withDescendants"

Find references to the requested field and references to all descendants of the requested field.