1 write to manualResetEvent
System.IdentityModel (1)
System\IdentityModel\Selectors\SecurityTokenProvider.cs (1)
212
this.
manualResetEvent
= new ManualResetEvent(true);
4 references to manualResetEvent
System.IdentityModel (4)
System\IdentityModel\Selectors\SecurityTokenProvider.cs (4)
203
if (this.
manualResetEvent
!= null)
205
return this.
manualResetEvent
;
210
if (this.
manualResetEvent
== null)
215
return this.
manualResetEvent
;