3 writes to _maxConcurrentNestedDeploymentOperationRequests
Aspire.Hosting.Azure.Tests (3)
DefaultArmClientProviderTests.cs (3)
395
public int MaxConcurrentNestedDeploymentOperationRequests => Volatile.Read(ref
_maxConcurrentNestedDeploymentOperationRequests
);
586
var observed = Volatile.Read(ref
_maxConcurrentNestedDeploymentOperationRequests
);
588
Interlocked.CompareExchange(ref
_maxConcurrentNestedDeploymentOperationRequests
, activeRequests, observed) == observed)