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