7 references to IsOfOnly
System.Data.Entity (7)
System\Data\Query\InternalTrees\Dump.cs (1)
279using (new AutoXml(this, ( op.IsOfOnly ? "IsOfOnly" : "IsOf" )))
System\Data\Query\InternalTrees\OpCopier.cs (1)
602if (op.IsOfOnly)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
1062if (op.IsOfOnly)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
2922Node newNode = CreateTypeComparisonOp(n.Child0, typeInfo, op.IsOfOnly);
System\Data\Query\PlanCompiler\PreProcessor.cs (3)
313!typeFilter.IsOfOnly && 344includeSubtypes = !typeFilter.IsOfOnly; 1407if (op.IsOfOnly && op.IsOfType.EdmType.Abstract)