Implemented interface member:
property
SerializedOpSemaphore
Aspire.Hosting.Dcp.IAppResource.SerializedOpSemaphore
2 references to SerializedOpSemaphore
Aspire.Hosting (2)
Dcp\AppResource.cs (1)
64SerializedOpSemaphore.Dispose();
Dcp\DcpExecutor.cs (1)
937using var _ = await ConcurrencyUtils.AcquireAllAsync(replicas.Select(r => r.SerializedOpSemaphore), cancellationToken).ConfigureAwait(false);