2 implementations of GetITypeSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\TypeSymbol.cs (1)
2461
ITypeSymbol ITypeSymbolInternal.
GetITypeSymbol
()
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\TypeSymbol.vb (1)
772
Private Function
ITypeSymbolInternal_GetITypeSymbol
() As ITypeSymbol Implements ITypeSymbolInternal.GetITypeSymbol
6 references to GetITypeSymbol
Microsoft.CodeAnalysis (5)
Compilation\Compilation.cs (1)
951
return (INamedTypeSymbol)CommonGetSpecialType(specialType).
GetITypeSymbol
();
Operations\ControlFlowGraphBuilder.cs (3)
3944
? _compilation.CommonGetWellKnownType(WellKnownType.System_IAsyncDisposable).
GetITypeSymbol
()
4183
iDisposable.Equals(_compilation.CommonGetWellKnownType(WellKnownType.System_IAsyncDisposable)?.
GetITypeSymbol
()));
4457
? _compilation.CommonGetWellKnownType(WellKnownType.System_IAsyncDisposable).
GetITypeSymbol
()
Symbols\TypedConstant.cs (1)
53
get { return _type?.
GetITypeSymbol
(); }
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\TypeSymbol.vb (1)
772
Private Function ITypeSymbolInternal_GetITypeSymbol() As ITypeSymbol Implements ITypeSymbolInternal.
GetITypeSymbol