1 instantiation of DependencyGraphResolver
NuGet.Commands (1)
RestoreCommand\RestoreCommand.cs (1)
2039
DependencyGraphResolver dependencyGraphResolver =
new
(_logger, _request, telemetryActivity);
2 references to DependencyGraphResolver
NuGet.Commands (2)
RestoreCommand\DependencyGraphResolver.cs (1)
74
/// Initializes a new instance of the <see cref="
DependencyGraphResolver
" /> class.
RestoreCommand\RestoreCommand.cs (1)
2039
DependencyGraphResolver
dependencyGraphResolver = new(_logger, _request, telemetryActivity);