4 references to TypeBind
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (3)
919
bool constraintErrors = !
TypeBind
.CheckConstraints(var, CheckConstraintsFlags.NoErrors);
1088
TypeBind
.CheckMethConstraints(new MethWithInst(_results.BestResult));
1190
TypeBind
.CheckMethConstraints(new MethWithInst(_mpwiParamTypeConstraints));
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (1)
741
if (!
TypeBind
.CheckConstraints(intermediateType, CheckConstraintsFlags.NoErrors))