1 write to _fileMutex
PresentationCore (1)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (1)
76_fileMutex = fileMutex;
4 references to _fileMutex
PresentationCore (4)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (4)
346return _fileMutex; 648if (_fileMutex != null) 654_fileMutex.WaitOne(); 662_fileMutex.ReleaseMutex();