ReferencedSymbol Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a single result of the call to the synchronous IFindReferencesService.FindReferences method. Finding the references to a symbol will result in a set of definitions being returned (containing at least the symbol requested) as well as any references to those definitions in the source. Multiple definitions may be found due to how C# and VB allow a symbol to be both a definition and a reference at the same time (for example, a method which implements an interface method).
public ref class ReferencedSymbol
[System.Diagnostics.DebuggerDisplay("{GetDebuggerDisplay(),nq}")]
public class ReferencedSymbol
[<System.Diagnostics.DebuggerDisplay("{GetDebuggerDisplay(),nq}")>]
type ReferencedSymbol = class
Public Class ReferencedSymbol
- Inheritance
-
ReferencedSymbol
- Attributes
Properties
Definition |
The symbol definition that these are references to. |
Locations |
The set of reference locations in the solution. |