2 references to Union
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\Domain.cs (2)
97return m_possibleValues.Union(new Constant[] { negatedPossibleValue }); 531CellConstantSet union = new CellConstantSet(domain1, Constant.EqualityComparer).Union(domain2);