3 references to WarningProperties
NuGet.Commands (1)
RestoreCommand\Utility\ToolRestoreUtility.cs (1)
70ProjectWideWarningProperties = projectWideWarningProperties ?? new WarningProperties()
NuGet.ProjectModel (2)
ProjectRestoreMetadata.cs (1)
115public WarningProperties ProjectWideWarningProperties { get; set; } = new WarningProperties();
WarningProperties.cs (1)
106var props = new WarningProperties()