Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ AsyncActiveSemaphore

SemaphoreSlim System.Security.Cryptography.CryptoStream.AsyncActiveSemaphore
getprivate

Definition at line 67 of file CryptoStream.cs.

68 {
69 [MemberNotNull("_lazyAsyncActiveSemaphore")]
70 get
71 {
72 return LazyInitializer.EnsureInitialized(ref _lazyAsyncActiveSemaphore, () => new SemaphoreSlim(1, 1));
73 }
74 }

Referenced by System.Security.Cryptography.CryptoStream.ReadAsyncInternal(), and System.Security.Cryptography.CryptoStream.WriteAsyncInternal().