Variables

@:value(cast "direct")@:enum@:implinlineread onlyDirect:FindReferencesKind = "direct"

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

@:value(cast "withBaseAndDescendants")@:enum@:implinlineread onlyWithBaseAndDescendants:FindReferencesKind = "withBaseAndDescendants"

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

@:value(cast "withDescendants")@:enum@:implinlineread onlyWithDescendants:FindReferencesKind = "withDescendants"

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