1 write to _asyncActiveSemaphore
mscorlib (1)
system\io\stream.cs (1)
67return LazyInitializer.EnsureInitialized(ref _asyncActiveSemaphore, () => new SemaphoreSlim(1, 1));
4 references to _asyncActiveSemaphore
mscorlib (4)
system\io\stream.cs (4)
401Contract.Assert(_asyncActiveSemaphore != null, "Must have been initialized in order to get here."); 402_asyncActiveSemaphore.Release(); 589Contract.Assert(_asyncActiveSemaphore != null, "Must have been initialized in order to get here."); 590_asyncActiveSemaphore.Release();