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