2 references to ApplyNoWarnProperties
NuGet.Commands (2)
RestoreCommand\Logging\RestoreCollectorLogger.cs (2)
236if (ProjectWarningPropertiesCollection?.ApplyNoWarnProperties(message) == true) 244isWarningSuppressed = TransitiveWarningPropertiesCollection?.ApplyNoWarnProperties(message) == true;