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