1 write to _fileMutex
PresentationCore (1)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (1)
82_fileMutex = fileMutex;
4 references to _fileMutex
PresentationCore (4)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (4)
352return _fileMutex; 641if (_fileMutex != null) 647_fileMutex.WaitOne(); 655_fileMutex.ReleaseMutex();