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