3 writes to _waitHandle
System.Core (3)
System\IO\Pipes\PipeStream.cs (3)
308asyncResult._waitHandle = waitHandle; 527asyncResult._waitHandle = waitHandle; 1314_waitHandle = mre;
9 references to _waitHandle
System.Core (9)
System\IO\Pipes\PipeStream.cs (9)
386WaitHandle wh = afsar._waitHandle; 588WaitHandle wh = afsar._waitHandle; 1260ManualResetEvent wh = asyncResult._waitHandle; 1306if (_waitHandle == null) { 1316return _waitHandle; 1326if (_waitHandle != null) { 1327_waitHandle.Set(); 1339if (_waitHandle != null) { 1340_waitHandle.Set();