1 write to _lazyAsyncActiveSemaphore
System.Security.Cryptography (1)
System\Security\Cryptography\CryptoStream.cs (1)
853
return LazyInitializer.EnsureInitialized(ref
_lazyAsyncActiveSemaphore
, () => new SemaphoreSlim(1, 1));
3 references to _lazyAsyncActiveSemaphore
System.Security.Cryptography (3)
System\Security\Cryptography\CryptoStream.cs (3)
247
_lazyAsyncActiveSemaphore
.Release();
486
_lazyAsyncActiveSemaphore
.Release();
846
[MemberNotNull(nameof(
_lazyAsyncActiveSemaphore
))]