Base:
property
NativeIntegerUnderlyingType
Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol.NativeIntegerUnderlyingType
1 override of NativeIntegerUnderlyingType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\MissingMetadataTypeSymbol.cs (1)
364internal sealed override NamedTypeSymbol? NativeIntegerUnderlyingType => _isNativeInt ? AsNativeInteger(asNativeInt: false) : null;