1 write to manualResetEvent
Extensibility.MessageInterceptor.IntegrationTests (1)
AsyncResult.cs (1)
53manualResetEvent = new ManualResetEvent(isCompleted);
9 references to manualResetEvent
Extensibility.MessageInterceptor.IntegrationTests (9)
AsyncResult.cs (9)
44if (manualResetEvent != null) 46return manualResetEvent; 51if (manualResetEvent == null) 57return manualResetEvent; 101Debug.Assert(this.manualResetEvent == null, "No ManualResetEvent should be created for a synchronous AsyncResult."); 109if (this.manualResetEvent != null) 111this.manualResetEvent.Set(); 160if (asyncResult.manualResetEvent != null) 162asyncResult.manualResetEvent.Dispose();