3 writes to _tempFileStream
PresentationCore (3)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (3)
60
_tempFileStream
= File.Open(tempFileName, FileMode.Open, FileAccess.ReadWrite, FileShare.ReadWrite);
75
_tempFileStream
= tempStream;
117
_tempFileStream
= null;
5 references to _tempFileStream
PresentationCore (5)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (5)
106
if (FileMutex == null &&
_tempFileStream
!= null)
108
_tempFileStream
.Close();
592
_tempFileStream
.Seek(offset, SeekOrigin.Begin);
601
_tempFileStream
.Write(_buffer, 0, readBytes);
608
_tempFileStream
.Flush();