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