2 overrides of GetReturnType
System.Data.Entity (2)
System\Data\Objects\ELinq\MethodCallTranslator.cs (2)
1861protected override TypeUsage GetReturnType(ExpressionConverter parent, MethodCallExpression call) 1904protected override TypeUsage GetReturnType(ExpressionConverter parent, MethodCallExpression call)
3 references to GetReturnType
System.Data.Entity (3)
System\Data\Objects\ELinq\MethodCallTranslator.cs (3)
1770TypeUsage returnType = GetReturnType(parent, call); 1866var returnType = base.GetReturnType(parent, call); 1909var returnType = base.GetReturnType(parent, call);