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