Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (3)
1007MethWithInst mwiBest = new MethWithInst(prguci[iuciBest].Meth.Meth(), prguci[iuciBest].Meth.GetType(), null);
1122private Expr BindUDConversionCore(Expr pFrom, CType pTypeFrom, CType pTypeTo, CType pTypeDestination, MethWithInst mwiBest)
1129private Expr BindUDConversionCore(Expr pFrom, CType pTypeFrom, CType pTypeTo, CType pTypeDestination, MethWithInst mwiBest, out Expr ppTransformedArgument)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (7)
96MethWithInst mwi = new MethWithInst(lambdaMethod, expressionType, lambdaTypeParams);
690private Expr GenerateUserDefinedConversion(Expr arg, CType type, MethWithInst method)
697private static Expr GenerateUserDefinedConversion(Expr arg, CType CType, Expr target, MethWithInst method)
910MethWithInst mwi = new MethWithInst(method, expressionType);
925MethWithInst mwi = new MethWithInst(method, expressionType);
940MethWithInst mwi = new MethWithInst(method, expressionType);
955MethWithInst mwi = new MethWithInst(method, expressionType);