1 write to _fileMutex
PresentationCore (1)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (1)
77_fileMutex = fileMutex;
4 references to _fileMutex
PresentationCore (4)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (4)
347return _fileMutex; 636if (_fileMutex != null) 642_fileMutex.WaitOne(); 650_fileMutex.ReleaseMutex();