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