5 writes to ConstraintError
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\TypeBind.cs (5)
56ats.ConstraintError = false; 88ats.ConstraintError = true; 97ats.ConstraintError = true; 111ats.ConstraintError = true; 117ats.ConstraintError = false;
6 references to ConstraintError
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Semantics\TypeBind.cs (5)
61if (ats.ConstraintError.HasValue) 64if (!ats.ConstraintError.GetValueOrDefault()) 84if (ats.OuterType != null && ((flags & CheckConstraintsFlags.Outer) != 0 || !ats.OuterType.ConstraintError.HasValue)) 106if (arg is AggregateType atArg && !atArg.ConstraintError.HasValue) 109if (atArg.ConstraintError.GetValueOrDefault())
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (1)
103Debug.Assert(!pAggregate.ConstraintError.HasValue);