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