5 references to GetITypeSymbol
Microsoft.CodeAnalysis (5)
Compilation\Compilation.cs (1)
970
return (INamedTypeSymbol)CommonGetSpecialType(specialType).
GetITypeSymbol
();
Operations\ControlFlowGraphBuilder.cs (3)
3962
? _compilation.CommonGetWellKnownType(WellKnownType.System_IAsyncDisposable).
GetITypeSymbol
()
4213
iDisposable.Equals(_compilation.CommonGetWellKnownType(WellKnownType.System_IAsyncDisposable)?.
GetITypeSymbol
()));
4538
? _compilation.CommonGetWellKnownType(WellKnownType.System_IAsyncDisposable).
GetITypeSymbol
()
Symbols\TypedConstant.cs (1)
53
get { return _type?.
GetITypeSymbol
(); }