2 references to IsValidEnumUnderlyingType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
1424
if (type.SpecialType.
IsValidEnumUnderlyingType
() &&
Symbols\Source\SourceNamedTypeSymbol_Enum.cs (1)
66
if (!type.SpecialType.
IsValidEnumUnderlyingType
())