6 references to IsOfFilter
System.Data.Entity (6)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (6)
1767
result = new
IsOfFilter
(otherRequiredType, otherIsExact);
1778
result = new
IsOfFilter
(otherRequiredType, false);
1790
result = new
IsOfFilter
(otherRequiredType, otherIsExact);
1801
result = new
IsOfFilter
(otherRequiredType, true);
1821
result = new
IsOfFilter
(isOfOnlyType, true);
1827
result = new
IsOfFilter
(otherRequiredType, otherIsExact);