10 references to OfType
System.Data.Entity (10)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (2)
685
return this.VisitTypeUnary(expression, expression.
OfType
, CqtBuilder.IsOfOnly);
689
return this.VisitTypeUnary(expression, expression.
OfType
, CqtBuilder.IsOf);
System\Data\Common\CommandTrees\Internal\ExpressionDumper.cs (1)
627
Dump(e.
OfType
, "OfType") ;
System\Data\Common\CommandTrees\Internal\ExpressionKeyGen.cs (1)
461
_key.Append(e.
OfType
.EdmType.Identity);
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (1)
722
AppendTypeSpecifier(retInfo, e.
OfType
);
System\Data\Mapping\Update\Internal\Propagator.Evaluator.cs (1)
204
result = childResult.StructuralType.EdmEquals(predicate.
OfType
.EdmType);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (4)
1680
op = _iqtCommand.CreateIsOfOnlyOp(e.
OfType
);
1684
op = _iqtCommand.CreateIsOfOp(e.
OfType
);
1733
this.requiredType = template.
OfType
;
1838
return Merge(other.
OfType
, (other.ExpressionKind == DbExpressionKind.IsOfOnly));