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