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