3 references to IsValidEnumType
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Expressions.cs (1)
8867if (isEnumField && !type.IsValidEnumType())
Binder\Semantics\Operators\BinaryOperatorOverloadResolution.cs (1)
482if (!enumType.IsValidEnumType())
Binder\Semantics\Operators\UnaryOperatorOverloadResolution.cs (1)
551if (!enumType.IsValidEnumType())