1 write to _bundleService
aspire (1)
NuGet\BundleNuGetService.cs (1)
67
_bundleService
= bundleService;
2 references to _bundleService
aspire (2)
NuGet\BundleNuGetService.cs (2)
81
using var layoutLease =
_bundleService
is null
83
: await
_bundleService
.EnsureExtractedAndAcquireLayoutAsync("cli", "nuget-restore", ct).ConfigureAwait(false);