5 references to s_certificateCacheSemaphore
Aspire.Hosting (5)
DeveloperCertificateService.cs (5)
187await s_certificateCacheSemaphore.WaitAsync(cancellationToken).ConfigureAwait(false); 197s_certificateCacheSemaphore.Release(); 220await s_certificateCacheSemaphore.WaitAsync(cancellationToken).ConfigureAwait(false); 229s_certificateCacheSemaphore.Release(); 246/// <remarks>The caller must hold <see cref="s_certificateCacheSemaphore"/>.</remarks>