1 write to _manualResetEvent
System.ServiceModel.Federation (1)
System\Runtime\OperationWithTimeoutAsyncResult.cs (1)
90
_manualResetEvent
= new ManualResetEvent(IsCompleted);
9 references to _manualResetEvent
System.ServiceModel.Federation (9)
System\Runtime\OperationWithTimeoutAsyncResult.cs (9)
81
if (
_manualResetEvent
!= null)
83
return
_manualResetEvent
;
88
if (
_manualResetEvent
== null)
94
return
_manualResetEvent
;
159
Debug.Assert(
_manualResetEvent
== null, "No ManualResetEvent should be created for a synchronous AsyncResult.");
167
if (
_manualResetEvent
!= null)
169
_manualResetEvent
.Set();
382
if (asyncResult.
_manualResetEvent
!= null)
384
asyncResult.
_manualResetEvent
.Dispose();