4 references to s_managerLock
Aspire.Hosting.Foundry (4)
FoundryLocalService.cs (4)
34await s_managerLock.WaitAsync(cancellationToken).ConfigureAwait(false); 54s_managerLock.Release(); 163await s_managerLock.WaitAsync(CancellationToken.None).ConfigureAwait(false); 204s_managerLock.Release();