1 write to _fileMutex
PresentationCore (1)
Core\CSharp\MS\Internal\IO\Packaging\ByteRangeDownloader.cs (1)
101_fileMutex = fileMutex;
4 references to _fileMutex
PresentationCore (4)
Core\CSharp\MS\Internal\IO\Packaging\ByteRangeDownloader.cs (4)
399return _fileMutex; 730if (_fileMutex != null) 736_fileMutex.WaitOne(); 744_fileMutex.ReleaseMutex();