1 write to _isReady
PresentationUI (1)
MS\Internal\Documents\SigningProgress.cs (1)
137
_isReady
= new ManualResetEvent(false);
2 references to _isReady
PresentationUI (2)
MS\Internal\Documents\SigningProgress.cs (2)
161
_isReady
.WaitOne();
182
_isReady
.Set();