2 references to NodeWarningProperties
NuGet.Commands (2)
RestoreCommand\Logging\TransitiveNoWarnUtils.cs (2)
704
internal static readonly NodeWarningProperties Empty = new
NodeWarningProperties
(null, null);
871
return new
NodeWarningProperties
(projectWide, packageSpecific);