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)
351
return
_fileMutex
;
640
if (
_fileMutex
!= null)
646
_fileMutex
.WaitOne();
654
_fileMutex
.ReleaseMutex();