1 write to _manualResetEvent
Extensibility.MessageInterceptor.IntegrationTests (1)
AsyncResult.cs (1)
53_manualResetEvent = 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();