1 write to _manualResetEvent
System.Runtime.Remoting (1)
channels\core\basicasyncresult.cs (1)
58_manualResetEvent = new ManualResetEvent(bSavedIsComplete);
6 references to _manualResetEvent
System.Runtime.Remoting (6)
channels\core\basicasyncresult.cs (6)
52if (_manualResetEvent == null) 56if (_manualResetEvent == null) 64_manualResetEvent.Set(); 66return (WaitHandle)_manualResetEvent; 93if (_manualResetEvent != null) 94_manualResetEvent.Set();