7 references to MethWithInst
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (1)
980
MethWithInst mwiBest = new
MethWithInst
(prguci[iuciBest].Meth.Meth(), prguci[iuciBest].Meth.GetType(), null);
Microsoft\CSharp\RuntimeBinder\Semantics\Nullable.cs (1)
70
MethWithInst methwithinst = new
MethWithInst
(meth, pSourceType, TypeArray.Empty);
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (2)
2731
binop.PredefinedMethodToCall = new
MethWithInst
(methSym, callingType, null);
2746
pUnaryOp.PredefinedMethodToCall = new
MethWithInst
(methSym, pCallingType, null);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\MethodInfo.cs (1)
18
Method = new
MethWithInst
(method, methodType, methodParameters);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
95
MethWithInst mwi = new
MethWithInst
(lambdaMethod, expressionType, lambdaTypeParams);
Microsoft\CSharp\RuntimeBinder\Semantics\WithType.cs (1)
234
:
this
(meth, ats, null)