2 writes to _waitHandle
mscorlib (2)
system\io\filestream.cs (2)
145_waitHandle = waitHandle; 215if (Interlocked.CompareExchange<ManualResetEvent>(ref _waitHandle, mre, null) == null) {
11 references to _waitHandle
mscorlib (11)
system\io\filestream.cs (11)
208if (_waitHandle == null) { 217_waitHandle.Set(); 229return _waitHandle; 254if (_waitHandle != null) 255_waitHandle.Set(); 278if (_waitHandle != null) 279_waitHandle.Set(); 293if (_waitHandle != null) 301_waitHandle.WaitOne(); 306_waitHandle.Close(); 354ManualResetEvent wh = asyncResult._waitHandle;