2 writes to _responseAvailable
PresentationCore (2)
Core\CSharp\System\IO\Packaging\PackWebResponse.cs (2)
111_responseAvailable = new ManualResetEvent(false); 591_responseAvailable = null;
6 references to _responseAvailable
PresentationCore (6)
Core\CSharp\System\IO\Packaging\PackWebResponse.cs (6)
499if (!_responseAvailable.WaitOne(0, false)) 577_responseAvailable.Close(); // this call can not throw an exception 881_responseAvailable.Set(); 901_responseAvailable.WaitOne(); 934if (!_responseAvailable.WaitOne(0, false)) 971_responseAvailable.Set();