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