2 references to _lock
Aspire.Hosting (2)
Dcp\DcpDependencyCheck.cs (2)
33
await
_lock
.WaitAsync(cancellationToken).ConfigureAwait(false);
134
_lock
.Release();