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