2 references to ERR_NewConstraintNotSatisfied
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Errors\ErrorFacts.cs (1)
112
case ErrorCode.
ERR_NewConstraintNotSatisfied
:
Microsoft\CSharp\RuntimeBinder\Semantics\TypeBind.cs (1)
295
throw ErrorHandling.Error(ErrorCode.
ERR_NewConstraintNotSatisfied
, symErr, new ErrArgNoRef(var), arg);