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