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