5 references to OfType
System.Data.Entity (5)
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (2)
1025
/// <returns>A new DbOfTypeExpression with the specified set argument and type, and an ExpressionKind of <see cref="DbExpressionKind.
OfType
"/>.</returns>
1039
return new DbOfTypeExpression(DbExpressionKind.
OfType
, collectionOfTypeResultType, argument, type);
System\Data\Common\CommandTrees\OperatorExpressions.cs (1)
416
Debug.Assert(DbExpressionKind.
OfType
== ofTypeKind ||
System\Data\Objects\Internal\ObjectSpanRewriter.cs (1)
788
case DbExpressionKind.
OfType
:
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
1931
case DbExpressionKind.
OfType
: