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