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