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