2 references to OfTypeOnly
System.Data.Entity (2)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
726
return this.VisitTypeUnary(expression, expression.OfType, CqtBuilder.
OfTypeOnly
);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
5116
ofTypeExpression = exprToFilter.
OfTypeOnly
(TypeHelpers.GetReadOnlyType(typeToFilterTo));