3 writes to _tempFileStream
PresentationCore (3)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (3)
65
_tempFileStream
= File.Open(tempFileName, FileMode.Open, FileAccess.ReadWrite, FileShare.ReadWrite);
80
_tempFileStream
= tempStream;
122
_tempFileStream
= null;
5 references to _tempFileStream
PresentationCore (5)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (5)
111
if (FileMutex == null &&
_tempFileStream
!= null)
113
_tempFileStream
.Close();
600
_tempFileStream
.Seek(offset, SeekOrigin.Begin);
609
_tempFileStream
.Write(_buffer, 0, readBytes);
616
_tempFileStream
.Flush();