7 references to MethWithInst
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (3)
687call.MethWithInst = new MethWithInst(mpwi); 701call.MethWithInst = new MethWithInst(mpwi); 750return BindToMethod(new MethWithInst(mpwiBest), args, grp, (MemLookFlags)grp.Flags);
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (2)
1088TypeBind.CheckMethConstraints(new MethWithInst(_results.BestResult)); 1190TypeBind.CheckMethConstraints(new MethWithInst(_mpwiParamTypeConstraints));
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (2)
2660call.MethWithInst = new MethWithInst(mpwi); 2730call.MethWithInst = new MethWithInst(mpwi);