1 write to _isReady
PresentationUI (1)
MS\Internal\Documents\SigningProgress.cs (1)
138_isReady = new ManualResetEvent(false);
2 references to _isReady
PresentationUI (2)
MS\Internal\Documents\SigningProgress.cs (2)
162_isReady.WaitOne(); 183_isReady.Set();