2 references to ApplyIsNotNullFilter
System.Data.Entity (2)
System\Data\Query\PlanCompiler\NestPullup.cs (2)
508
m_definingNodeMap[collectionInfo.CollectionVar].Child0 =
ApplyIsNotNullFilter
(m_definingNodeMap[collectionInfo.CollectionVar].Child0, sentinelVar);
513
Node newNestChild =
ApplyIsNotNullFilter
(chi.Children[i], sentinelVar);