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