1 write to _transitiveWarningPropertiesCollection
NuGet.Commands (1)
RestoreCommand\Logging\RestoreCollectorLogger.cs (1)
58
set =>
_transitiveWarningPropertiesCollection
= value;
2 references to _transitiveWarningPropertiesCollection
NuGet.Commands (2)
RestoreCommand\Logging\RestoreCollectorLogger.cs (2)
40
if (
_transitiveWarningPropertiesCollection
== null)
55
return
_transitiveWarningPropertiesCollection
;