1 write to _isReady
PresentationUI (1)
MS\Internal\Documents\SigningProgress.cs (1)
144
_isReady
= new ManualResetEvent(false);
2 references to _isReady
PresentationUI (2)
MS\Internal\Documents\SigningProgress.cs (2)
168
_isReady
.WaitOne();
189
_isReady
.Set();