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