3 references to IsValidEnumUnderlyingType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
1216
if (type.SpecialType.
IsValidEnumUnderlyingType
() &&
Symbols\Source\SourceNamedTypeSymbol_Enum.cs (1)
66
if (!type.SpecialType.
IsValidEnumUnderlyingType
())
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\TypeSymbolExtensions.vb (1)
123
Return type.SpecialType.
IsValidEnumUnderlyingType