4 references to s_managerLock
Aspire.Hosting.Foundry (4)
FoundryLocalService.cs (4)
30
await
s_managerLock
.WaitAsync(cancellationToken).ConfigureAwait(false);
42
s_managerLock
.Release();
82
await
s_managerLock
.WaitAsync(CancellationToken.None).ConfigureAwait(false);
91
s_managerLock
.Release();