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();