5 writes to ConstraintError
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\TypeBind.cs (5)
55ats.ConstraintError = false; 87ats.ConstraintError = true; 96ats.ConstraintError = true; 110ats.ConstraintError = true; 116ats.ConstraintError = false;
6 references to ConstraintError
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Semantics\TypeBind.cs (5)
60if (ats.ConstraintError.HasValue) 63if (!ats.ConstraintError.GetValueOrDefault()) 83if (ats.OuterType != null && ((flags & CheckConstraintsFlags.Outer) != 0 || !ats.OuterType.ConstraintError.HasValue)) 105if (arg is AggregateType atArg && !atArg.ConstraintError.HasValue) 108if (atArg.ConstraintError.GetValueOrDefault())
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (1)
101Debug.Assert(!pAggregate.ConstraintError.HasValue);