1 write to resetEvent
System.IdentityModel (1)
System\IdentityModel\AsyncResult.cs (1)
239resetEvent = new ManualResetEvent(completed);
11 references to resetEvent
System.IdentityModel (11)
System\IdentityModel\AsyncResult.cs (11)
40if (asyncResult.resetEvent != null) 41((IDisposable)asyncResult.resetEvent).Dispose(); 128Fx.Assert(resetEvent == null, SR.GetString(SR.ID8025)); 138if (resetEvent != null) 139resetEvent.Set(); 198if (resetEvent != null) 199resetEvent.Close(); 232if (resetEvent == null) 238if (resetEvent == null) 243resetEvent.Set(); 246return resetEvent;