12 references to TranslateIntoCanonicalFunction
System.Data.Entity (12)
System\Data\Objects\ELinq\MethodCallTranslator.cs (6)
873
return parent.
TranslateIntoCanonicalFunction
(call.Method.Name, call, linqArguments);
1019
DbFunctionExpression indexOfExpression = parent.
TranslateIntoCanonicalFunction
(ExpressionConverter.IndexOf, call, call.Arguments[0], call.Object);
1332
return parent.
TranslateIntoCanonicalFunction
(_canonicalFunctionName, call, call.Object);
1424
return parent.
TranslateIntoCanonicalFunction
(call.Method.Name, call, call.Arguments.ToArray());
1458
return parent.
TranslateIntoCanonicalFunction
(s_methodNameMap[call.Method], call, call.Arguments.ToArray());
1513
CqtExpression result = parent.
TranslateIntoCanonicalFunction
(intervalValue, call, call.Arguments[1]);
System\Data\Objects\ELinq\SpatialMethodCallTranslator.cs (1)
248
DbExpression result = parent.
TranslateIntoCanonicalFunction
(canonicalFunctionName, call, arguments);
System\Data\Objects\ELinq\SpatialPropertyTranslator.cs (1)
158
DbExpression result = parent.
TranslateIntoCanonicalFunction
(canonicalFunctionName, call, call.Expression);
System\Data\Objects\ELinq\Translator.cs (4)
560
return parent.
TranslateIntoCanonicalFunction
(call.Member.Name, call, call.Expression);
602
result = parent.
TranslateIntoCanonicalFunction
(canonicalFunctionName, call);
606
result = parent.
TranslateIntoCanonicalFunction
(canonicalFunctionName, call, call.Expression);
628
return parent.
TranslateIntoCanonicalFunction
(ExpressionConverter.CurrentDateTime, call);