4 instantiations of ProjectRestoreSettings
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
997RestoreSettings = new ProjectRestoreSettings()
NuGet.Commands (1)
RestoreCommand\Utility\PackageSpecFactory.cs (1)
92RestoreSettings = new ProjectRestoreSettings()
NuGet.ProjectModel (2)
PackageSpec.cs (1)
41RestoreSettings = restoreSettings ?? new ProjectRestoreSettings();
ProjectRestoreSettings.cs (1)
28var clonedObject = new ProjectRestoreSettings();
6 references to ProjectRestoreSettings
NuGet.ProjectModel (6)
PackageSpec.cs (2)
36ProjectRestoreSettings restoreSettings 73public ProjectRestoreSettings RestoreSettings { get; set; }
ProjectRestoreSettings.cs (4)
26public ProjectRestoreSettings Clone() 28var clonedObject = new ProjectRestoreSettings(); 36return Equals(obj as ProjectRestoreSettings); 39public bool Equals(ProjectRestoreSettings? other)