Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (3)
980MethWithInst mwiBest = new MethWithInst(prguci[iuciBest].Meth.Meth(), prguci[iuciBest].Meth.GetType(), null);
1093private Expr BindUDConversionCore(Expr pFrom, CType pTypeFrom, CType pTypeTo, CType pTypeDestination, MethWithInst mwiBest)
1099private Expr BindUDConversionCore(Expr pFrom, CType pTypeFrom, CType pTypeTo, CType pTypeDestination, MethWithInst mwiBest, out Expr ppTransformedArgument)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (7)
95MethWithInst mwi = new MethWithInst(lambdaMethod, expressionType, lambdaTypeParams);
689private Expr GenerateUserDefinedConversion(Expr arg, CType type, MethWithInst method)
696private static Expr GenerateUserDefinedConversion(Expr arg, CType CType, Expr target, MethWithInst method)
909MethWithInst mwi = new MethWithInst(method, expressionType);
924MethWithInst mwi = new MethWithInst(method, expressionType);
939MethWithInst mwi = new MethWithInst(method, expressionType);
954MethWithInst mwi = new MethWithInst(method, expressionType);