3 references to IsWellKnownInteropServicesTopLevelType
Microsoft.CodeAnalysis.CSharp (3)
Symbols\TypeSymbolExtensions.cs (3)
2166=> typeSymbol.IsWellKnownInteropServicesTopLevelType("InAttribute"); 2172=> typeSymbol.IsWellKnownInteropServicesTopLevelType("UnmanagedType"); 2177internal static bool IsWellKnownTypeOutAttribute(this TypeSymbol typeSymbol) => typeSymbol.IsWellKnownInteropServicesTopLevelType("OutAttribute");