4 references to IsEmptyRightFragmentQuery
System.Data.Entity (4)
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (2)
639bool isDisjointRight = n.IsEmptyRightFragmentQuery; 691bool isContainedRight = n.IsEmptyRightFragmentQuery;
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (1)
280isUsedValue = !cellTree.IsEmptyRightFragmentQuery;
System\Data\Mapping\ViewGeneration\ViewGenerator.cs (1)
458Debug.Assert(false == basicView.IsEmptyRightFragmentQuery, "Basic view is empty?");