1 write to ProjectWide
NuGet.Commands (1)
RestoreCommand\Logging\TransitiveNoWarnUtils.cs (1)
720ProjectWide = projectWide;
11 references to ProjectWide
NuGet.Commands (11)
RestoreCommand\Logging\TransitiveNoWarnUtils.cs (11)
728hashCode.AddUnorderedSequence(ProjectWide); 751return EqualityUtility.SetEqualsWithNullCheck(ProjectWide, other.ProjectWide) && 801HashSet<NuGetLogCode> projectWide = Intersect(ProjectWide, other.ProjectWide); 821if (IsSubSetOfWithNullCheck(ProjectWide, other.ProjectWide)) 882HashSet<NuGetLogCode> mergedProjectWideNoWarn = MergeCodes(ProjectWide, other?.ProjectWide); 897if (ProjectWide?.Count > 0) 899result.UnionWith(ProjectWide);