3 references to EnumUnderlyingType
Microsoft.CodeAnalysis (3)
MetadataReader\MetadataDecoder.cs (1)
1419if (type is INamedTypeSymbolInternal { EnumUnderlyingType: { } underlyingType })
Symbols\INamedTypeSymbolInternal.cs (2)
38Debug.Assert(type.EnumUnderlyingType is not null); 39type = type.EnumUnderlyingType;