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