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