2 references to GetEnumUnderlyingType
Microsoft.CodeAnalysis (2)
MetadataReader\MetadataDecoder.cs (2)
1040if (GetEnumUnderlyingType(type)?.SpecialType != specialType) 1366var underlyingType = GetEnumUnderlyingType(type);