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