FindReferences Fields |
The FindReferences type exposes the following members.
Name | Description | |
---|---|---|
_currentCodeUnit | ||
_declaringTypeRef | ||
_isInterface | ||
_isType | ||
_results | ||
_target |
The target object for which references should be found.
| |
_targetName | ||
_targetTypeRef | ||
IncludeDerivedTypes |
True if derived types should be included if searching for references to a type, or implementing types and extending interfaces
if the target type is an interface.
| |
IncludeMemberReferences |
True if references to members should be included if searching for references to a type.
| |
IncludeOverloads |
True if overload declarations should be included if searching for references to a method (or constructor), and any references
to those overloads if IncludeReferences is true.
| |
IncludeOverrides |
True if override declarations should be included if searching for references to a method or property (or indexer or event).
References to overrides are always included if IncludeReferences is true, regardless of this setting.
| |
IncludeReferences |
True if references to the target should be included (can be turned off when other options are used).
| |
Scope |