4 references to GetBestTypeByMetadataName
Microsoft.Interop.SourceGeneration (4)
CustomMarshallingInfoHelper.cs (1)
175INamedTypeSymbol? marshallerType = compilation.GetBestTypeByMetadataName(marshallerName);
SafeHandleMarshallingInfoProvider.cs (2)
18private readonly INamedTypeSymbol? _safeHandleType = compilation.GetBestTypeByMetadataName(TypeNames.System_Runtime_InteropServices_SafeHandle); 19private readonly INamedTypeSymbol? _safeHandleMarshallerType = compilation.GetBestTypeByMetadataName(TypeNames.System_Runtime_InteropServices_Marshalling_SafeHandleMarshaller_Metadata);
src\runtime\src\libraries\Common\src\Roslyn\GetBestTypeByMetadataName.cs (1)
91: GetBestTypeByMetadataName(compilation, type.FullName);