4 references to CheckConstraints
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
918
bool constraintErrors = !TypeBind.
CheckConstraints
(var, CheckConstraintsFlags.NoErrors);
Microsoft\CSharp\RuntimeBinder\Semantics\TypeBind.cs (2)
85
if (!
CheckConstraints
(ats.OuterType, flags))
107
CheckConstraints
(atArg, flags | CheckConstraintsFlags.Outer);
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (1)
714
if (!TypeBind.
CheckConstraints
(intermediateType, CheckConstraintsFlags.NoErrors))