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