SymbolCallerInfo.CalledSymbol Property
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.
The symbol being called.
public:
property Microsoft::CodeAnalysis::ISymbol ^ CalledSymbol { Microsoft::CodeAnalysis::ISymbol ^ get(); };
public Microsoft.CodeAnalysis.ISymbol CalledSymbol { get; }
member this.CalledSymbol : Microsoft.CodeAnalysis.ISymbol
Public ReadOnly Property CalledSymbol As ISymbol