1 write to _lazyAsyncActiveSemaphore
System.Security.Cryptography (1)
System\Security\Cryptography\CryptoStream.cs (1)
853return 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))]