1 write to _fileMutex
PresentationCore (1)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (1)
81_fileMutex = fileMutex;
4 references to _fileMutex
PresentationCore (4)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (4)
351return _fileMutex; 640if (_fileMutex != null) 646_fileMutex.WaitOne(); 654_fileMutex.ReleaseMutex();