25 references to
System.Data.Entity (25)
System\Data\Common\CommandTrees\AbstractExpressions.cs (2)
737
:
base
(kind, type)
766
:
base
(kind, resultType)
System\Data\Common\CommandTrees\OperatorExpressions.cs (3)
123
:
base
(kind, numericResultType)
186
:
base
(DbExpressionKind.Case, commonResultType)
491
:
base
(DbExpressionKind.Like, booleanResultType)
System\Data\Common\CommandTrees\RelationalExpressions.cs (10)
31
:
base
(applyKind, resultRowCollectionTypeUsage)
190
:
base
(DbExpressionKind.Filter, resultType)
241
:
base
(DbExpressionKind.GroupBy, collectionOfRowResultType)
325
:
base
(DbExpressionKind.CrossJoin, collectionOfRowResultType)
366
:
base
(joinKind, collectionOfRowResultType)
424
:
base
(DbExpressionKind.Limit, resultType)
477
:
base
(DbExpressionKind.Project, resultType)
523
:
base
(kind, booleanResultType)
607
:
base
(DbExpressionKind.Skip, resultType)
664
:
base
(DbExpressionKind.Sort, resultType)
System\Data\Common\CommandTrees\ValueExpressions.cs (10)
29
:
base
(DbExpressionKind.Constant, resultType)
107
:
base
(DbExpressionKind.Null, type)
137
:
base
(DbExpressionKind.VariableReference, type)
175
:
base
(DbExpressionKind.ParameterReference, type)
214
:
base
(DbExpressionKind.Property, resultType)
279
:
base
(DbExpressionKind.Function, resultType)
326
:
base
(DbExpressionKind.Lambda, resultType)
496
:
base
(DbExpressionKind.RelationshipNavigation, resultType)
639
:
base
(DbExpressionKind.NewInstance, type)
763
:
base
(DbExpressionKind.Scan, collectionOfEntityType)