1 write to _manualResetEvent
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\AsyncResult.cs (1)
62_manualResetEvent = new ManualResetEvent(_isCompleted);
9 references to _manualResetEvent
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\AsyncResult.cs (9)
53if (_manualResetEvent != null) 55return _manualResetEvent; 60if (_manualResetEvent == null) 66return _manualResetEvent; 143Fx.Assert(_manualResetEvent == null, "No ManualResetEvent should be created for a synchronous AsyncResult."); 151if (_manualResetEvent != null) 153_manualResetEvent.Set(); 370if (asyncResult._manualResetEvent != null) 372asyncResult._manualResetEvent.Dispose();