7 references to MethWithInst
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (3)
674call.MethWithInst = new MethWithInst(mpwi); 687call.MethWithInst = new MethWithInst(mpwi); 734return BindToMethod(new MethWithInst(mpwiBest), args, grp, (MemLookFlags)grp.Flags);
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (2)
1087TypeBind.CheckMethConstraints(new MethWithInst(_results.BestResult)); 1189TypeBind.CheckMethConstraints(new MethWithInst(_mpwiParamTypeConstraints));
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (2)
2596call.MethWithInst = new MethWithInst(mpwi); 2665call.MethWithInst = new MethWithInst(mpwi);