1 override of GetNativeIntegerType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\MetadataOrSourceAssemblySymbol.cs (1)
135internal sealed override NamedTypeSymbol GetNativeIntegerType(NamedTypeSymbol underlyingType)
2 references to GetNativeIntegerType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
2591return ContainingAssembly.GetNativeIntegerType(this);
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1763return ContainingAssembly.GetNativeIntegerType(this);