System\Data\Objects\ELinq\MethodCallTranslator.cs (6)
1124CqtExpression substringExpression = parent.CreateCanonicalFunction(ExpressionConverter.Substring, call, target, fromIndex, length);
1152parent.CreateCanonicalFunction(ExpressionConverter.Substring, call,
1179parent.CreateCanonicalFunction(ExpressionConverter.Substring, call,
1230parent.CreateCanonicalFunction(ExpressionConverter.Substring, call,
1237parent.CreateCanonicalFunction(ExpressionConverter.Substring, call,
1440yield return GetMethod(stringsType, "Mid", ExpressionConverter.Substring, new Type[] { typeof(string), typeof(int), typeof(int) });