3 references to IsCompilerServicesTopLevelType
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\BoundITuplePattern.cs (1)
14
Debug.Assert(NarrowedType.
IsCompilerServicesTopLevelType
() && NarrowedType.Name == "ITuple");
Symbols\FunctionPointers\FunctionPointerTypeSymbol.cs (1)
213
&& modifierType.
IsCompilerServicesTopLevelType
();
Symbols\TypeSymbolExtensions.cs (1)
2157
return
IsCompilerServicesTopLevelType
(typeSymbol);