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