2 references to Intersect
NuGet.Commands (2)
RestoreCommand\Logging\TransitiveNoWarnUtils.cs (2)
787
HashSet<NuGetLogCode> intersect =
Intersect
(pair.Value, otherCodes);
801
HashSet<NuGetLogCode> projectWide =
Intersect
(ProjectWide, other.ProjectWide);