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