2 references to DbOfTypeExpression
System.Data.Entity (2)
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (2)
1039
return new
DbOfTypeExpression
(DbExpressionKind.OfType, collectionOfTypeResultType, argument, type);
1061
return new
DbOfTypeExpression
(DbExpressionKind.OfTypeOnly, collectionOfTypeResultType, argument, type);