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