1 write to ProjectWideWarningProperties
NuGet.Commands (1)
RestoreCommand\Logging\WarningPropertiesCollection.cs (1)
47ProjectWideWarningProperties = projectWideWarningProperties;
8 references to ProjectWideWarningProperties
NuGet.Commands (8)
RestoreCommand\Logging\TransitiveNoWarnUtils.cs (2)
57parentWarningProperties.ProjectWideWarningProperties.NoWarn.AsHashSet(), 123nodeProjectWideNoWarn = nodeWarningProperties.ProjectWideWarningProperties.NoWarn.AsHashSet();
RestoreCommand\Logging\WarningPropertiesCollection.cs (6)
61if (ApplyProjectWideNoWarnProperties(message, ProjectWideWarningProperties) || ApplyPackageSpecificNoWarnProperties(message)) 80return ApplyProjectWideNoWarnProperties(message, ProjectWideWarningProperties) || ApplyPackageSpecificNoWarnProperties(message); 89ApplyProjectWideWarningsAsErrorProperties(message, ProjectWideWarningProperties); 188hashCode.AddObject(ProjectWideWarningProperties); 212return EqualityUtility.EqualsWithNullCheck(ProjectWideWarningProperties, other.ProjectWideWarningProperties) &&