3 references to Union
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (1)
168return wrappedLeftChild.Union(wrappedRightChild, m_comparer);
System.Data.Services.Client (2)
System\Data\Services\Client\ALinq\ProjectionAnalyzer.cs (1)
226resource.ExpandPaths = pb.ExpandPaths.Union(resource.ExpandPaths, StringComparer.Ordinal).ToList();
System\Data\Services\Client\ALinq\ResourceBinder.cs (1)
888re.ExpandPaths = re.ExpandPaths.Union(new string[] { (string) value.Value }, StringComparer.Ordinal).ToList();