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)
347
return
_fileMutex
;
636
if (
_fileMutex
!= null)
642
_fileMutex
.WaitOne();
650
_fileMutex
.ReleaseMutex();