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