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