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