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> 1039return new DbOfTypeExpression(DbExpressionKind.OfType, collectionOfTypeResultType, argument, type);
System\Data\Common\CommandTrees\OperatorExpressions.cs (1)
416Debug.Assert(DbExpressionKind.OfType == ofTypeKind ||
System\Data\Objects\Internal\ObjectSpanRewriter.cs (1)
788case DbExpressionKind.OfType:
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
1931case DbExpressionKind.OfType: