2 references to ERR_GenericConstraintNotSatisfiedNullableEnum
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
847
or ErrorCode.
ERR_GenericConstraintNotSatisfiedNullableEnum
Symbols\ConstraintsHelper.cs (1)
1170
errorCode = constraintType.Type.IsInterfaceType() ? ErrorCode.ERR_GenericConstraintNotSatisfiedNullableInterface : ErrorCode.
ERR_GenericConstraintNotSatisfiedNullableEnum
;