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