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