6 references to FindConversionOperator
System.Linq.Expressions (6)
System\Dynamic\Utils\TypeUtils.cs (6)
695MethodInfo? method = FindConversionOperator(eMethods, convertFrom, convertToType);
703method = FindConversionOperator(cMethods, convertFrom, convertToType);
715return FindConversionOperator(eMethods, nnExprType, nnConvType)
716?? FindConversionOperator(cMethods, nnExprType, nnConvType)
717?? FindConversionOperator(eMethods, nnExprType, convertToType)
718?? FindConversionOperator(cMethods, nnExprType, convertToType);