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)
52
if (
_manualResetEvent
== null)
56
if (
_manualResetEvent
== null)
64
_manualResetEvent
.Set();
66
return (WaitHandle)
_manualResetEvent
;
93
if (
_manualResetEvent
!= null)
94
_manualResetEvent
.Set();