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; 632if (_fileMutex != null) 638_fileMutex.WaitOne(); 646_fileMutex.ReleaseMutex();