3 references to SemaphoreSlim
mscorlib (2)
system\io\stream.cs (1)
67return LazyInitializer.EnsureInitialized(ref _asyncActiveSemaphore, () => new SemaphoreSlim(1, 1));
system\threading\SemaphoreSlim.cs (1)
164: this(initialCount, NO_MAXIMUM)
System (1)
net\System\Net\WebSockets\WebSocketBase.cs (1)
115m_SendFrameThrottle = new SemaphoreSlim(1, 1);