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