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