2 writes to NodeWarningProperties
NuGet.Commands (2)
RestoreCommand\Logging\TransitiveNoWarnUtils.cs (2)
637NodeWarningProperties = NodeWarningProperties.Create(projectWideNoWarn, packageSpecificNoWarn); 644NodeWarningProperties = nodeWarningProperties ?? throw new ArgumentNullException(nameof(nodeWarningProperties));
5 references to NodeWarningProperties
NuGet.Commands (5)
RestoreCommand\Logging\TransitiveNoWarnUtils.cs (5)
175var pathWarningProperties = node.NodeWarningProperties; 185nodeWarningProperties.Merge(node.NodeWarningProperties)); 270var nodeProps = node.NodeWarningProperties; 677EqualityUtility.EqualsWithNullCheck(NodeWarningProperties, other.NodeWarningProperties);