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