1 instantiation of BundleVersionLease
aspire-managed (1)
src\Shared\BundleVersionLease.cs (1)
119
var lease = new
BundleVersionLease
(
7 references to BundleVersionLease
aspire-managed (7)
Program.cs (3)
10
BundleVersionLease
? acquiredBundleLease;
13
acquiredBundleLease =
BundleVersionLease
.TryAcquireFromEnvironment("aspire-managed", args.FirstOrDefault());
21
using
var
bundleLease = acquiredBundleLease;
src\Shared\BundleVersionLease.cs (4)
93
public static
BundleVersionLease
Acquire(string versionDirectory, string holderKind, string? commandName = null)
119
var
lease = new BundleVersionLease(
145
public static
BundleVersionLease
? TryAcquireFromEnvironment(string holderKind, string? commandName = null)
276
[JsonSerializable(typeof(
BundleVersionLease
))]