2 references to Intersect
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableHashSet_1.Builder.cs (1)
287ImmutableHashSet<T>.MutationResult result = ImmutableHashSet<T>.Intersect(other, this.Origin);
System\Collections\Immutable\ImmutableHashSet_1.cs (1)
246ImmutableHashSet<T>.MutationResult result = Intersect(other, this.Origin);