1 write to _manualResetEvent
System.ServiceModel.Primitives (1)
Internals\System\Runtime\AsyncResult.cs (1)
52_manualResetEvent = new ManualResetEvent(IsCompleted);
9 references to _manualResetEvent
System.ServiceModel.Primitives (9)
Internals\System\Runtime\AsyncResult.cs (9)
43if (_manualResetEvent != null) 45return _manualResetEvent; 50if (_manualResetEvent == null) 56return _manualResetEvent; 121Fx.Assert(_manualResetEvent == null, "No ManualResetEvent should be created for a synchronous AsyncResult."); 129if (_manualResetEvent != null) 131_manualResetEvent.Set(); 345if (asyncResult._manualResetEvent != null) 347asyncResult._manualResetEvent.Dispose();