1 instantiation of RemoteWalkContext
NuGet.Commands (1)
RestoreCommand\RestoreCommand.cs (1)
2283
var context = new
RemoteWalkContext
(
33 references to RemoteWalkContext
NuGet.Commands (26)
RestoreCommand\DependencyGraphResolver.cs (5)
101
/// <param name="context">The <see cref="
RemoteWalkContext
" /> to use for this restore.</param>
115
RemoteWalkContext
context,
306
/// <param name="context">The <see cref="
RemoteWalkContext
" /> for the restore.</param>
320
RemoteWalkContext
context)
915
RemoteWalkContext
context,
RestoreCommand\Diagnostics\UnresolvedMessages.cs (2)
31
internal static async Task LogAsync(IEnumerable<IRestoreTargetGraph> graphs,
RemoteWalkContext
context, CancellationToken token)
49
internal static async Task LogAsync(IList<DownloadDependencyResolutionResult> downloadDependencyResults,
RemoteWalkContext
context, CancellationToken token)
RestoreCommand\LockFileBuilder.cs (1)
43
RemoteWalkContext
context,
RestoreCommand\ProjectRestoreCommand.cs (7)
51
RemoteWalkContext
context,
217
internal static async Task<DownloadDependencyResolutionResult[]> DownloadDependenciesAsync(PackageSpec packageSpec,
RemoteWalkContext
context, TelemetryActivity telemetryActivity, string telemetryPrefix, CancellationToken cancellationToken)
236
async Task<DownloadDependencyResolutionResult> ResolveDownloadDependenciesAsync(
RemoteWalkContext
context, TargetFrameworkInformation targetFrameworkInformation, CancellationToken token)
260
RemoteWalkContext
context,
279
RemoteWalkContext
context,
302
internal async Task<bool> ResolutionSucceeded(IEnumerable<RestoreTargetGraph> graphs, IList<DownloadDependencyResolutionResult> downloadDependencyResults,
RemoteWalkContext
context, CancellationToken token)
461
RemoteWalkContext
context,
RestoreCommand\RestoreCommand.cs (10)
221
var
contextForProject = CreateRemoteWalkContext(_request, _logger);
565
EvaluateLockFile(TelemetryActivity telemetry,
RemoteWalkContext
contextForProject, string packagesLockFilePath, PackagesLockFile packagesLockFile, bool success, CancellationToken token)
586
private async Task<(bool, List<RestoreTargetGraph>)> GenerateRestoreGraphsAsync(TelemetryActivity telemetry,
RemoteWalkContext
contextForProject, bool success, CancellationToken token)
635
RemoteWalkContext
contextForProject,
1376
RemoteWalkContext
contextForProject,
1579
RemoteWalkContext
contextForProject)
1806
RemoteWalkContext
context,
1991
RemoteWalkContext
context,
2281
private static
RemoteWalkContext
CreateRemoteWalkContext(RestoreRequest request, RestoreCollectorLogger logger)
2283
var
context = new RemoteWalkContext(
RestoreCommand\RestoreTargetGraph.cs (1)
115
RemoteWalkContext
context,
NuGet.DependencyResolver.Core (7)
Remote\RemoteDependencyWalker.cs (2)
23
private readonly
RemoteWalkContext
_context;
25
public RemoteDependencyWalker(
RemoteWalkContext
context)
ResolverUtility.cs (5)
25
RemoteWalkContext
context,
41
RemoteWalkContext
context,
275
RemoteWalkContext
remoteWalkContext,
284
private static async Task<Tuple<LibraryRange, RemoteMatch>> ResolvePackageLibraryMatchAsync(LibraryRange libraryRange,
RemoteWalkContext
remoteWalkContext, CancellationToken cancellationToken)
583
private static void LogIfPackageSourceMappingIsEnabled(string packageName,
RemoteWalkContext
context, IList<IRemoteDependencyProvider> remoteDependencyProviders)