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