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