3 writes to _tempFileStream
PresentationCore (3)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (3)
61
_tempFileStream
= File.Open(tempFileName, FileMode.Open, FileAccess.ReadWrite, FileShare.ReadWrite);
76
_tempFileStream
= tempStream;
118
_tempFileStream
= null;
5 references to _tempFileStream
PresentationCore (5)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (5)
107
if (FileMutex == null &&
_tempFileStream
!= null)
109
_tempFileStream
.Close();
596
_tempFileStream
.Seek(offset, SeekOrigin.Begin);
605
_tempFileStream
.Write(_buffer, 0, readBytes);
612
_tempFileStream
.Flush();