4 references to GetBestTypeByMetadataName
Microsoft.Interop.SourceGeneration (4)
CustomMarshallingInfoHelper.cs (1)
175
INamedTypeSymbol? marshallerType = compilation.
GetBestTypeByMetadataName
(marshallerName);
SafeHandleMarshallingInfoProvider.cs (2)
18
private readonly INamedTypeSymbol? _safeHandleType = compilation.
GetBestTypeByMetadataName
(TypeNames.System_Runtime_InteropServices_SafeHandle);
19
private 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);