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