3 references to IsDisjointFrom
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (1)
631bool isDisjointLeft = LeftQP.IsDisjointFrom(n1.LeftFragmentQuery, n2.LeftFragmentQuery);
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (2)
715comparer = context.LeftFragmentQP.IsDisjointFrom; 733comparer = context.RightFragmentQP.IsDisjointFrom;