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