1 write to _fileMutex
PresentationCore (1)
Core\CSharp\MS\Internal\IO\Packaging\ByteRangeDownloader.cs (1)
101
_fileMutex
= fileMutex;
4 references to _fileMutex
PresentationCore (4)
Core\CSharp\MS\Internal\IO\Packaging\ByteRangeDownloader.cs (4)
399
return
_fileMutex
;
730
if (
_fileMutex
!= null)
736
_fileMutex
.WaitOne();
744
_fileMutex
.ReleaseMutex();