1 write to manualResetEvent
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
1901
this.
manualResetEvent
= new ManualResetEvent(true);
6 references to manualResetEvent
System.Workflow.Runtime (6)
System\Activities\Statements\Interop.cs (6)
1874
if (asyncResult.
manualResetEvent
!= null)
1876
asyncResult.
manualResetEvent
.Close();
1892
if (this.
manualResetEvent
!= null)
1894
return this.
manualResetEvent
;
1899
if (this.
manualResetEvent
== null)
1905
return this.
manualResetEvent
;