1 write to ProjectWarningPropertiesCollection
NuGet.Commands (1)
RestoreCommand\Logging\RestoreCollectorLogger.cs (1)
70
ProjectWarningPropertiesCollection
= new WarningPropertiesCollection(
2 references to ProjectWarningPropertiesCollection
NuGet.Commands (2)
RestoreCommand\Logging\RestoreCollectorLogger.cs (2)
236
if (
ProjectWarningPropertiesCollection
?.ApplyNoWarnProperties(message) == true)
264
ProjectWarningPropertiesCollection
?.ApplyWarningAsErrorProperties(message);