System\Data\Objects\ELinq\MethodCallTranslator.cs (5)
1116length = parent.CreateCanonicalFunction(ExpressionConverter.Length, call, target)
1174parent.CreateCanonicalFunction(ExpressionConverter.Length, call, thisString)
1240parent.CreateCanonicalFunction(ExpressionConverter.Length, call, thisString)
1275parent.CreateCanonicalFunction(ExpressionConverter.Length, call, value)
1439yield return GetMethod(stringsType, "Len", ExpressionConverter.Length, new Type[] { typeof(string) });