3 writes to _tempFileStream
PresentationCore (3)
Core\CSharp\MS\Internal\IO\Packaging\ByteRangeDownloader.cs (3)
80
_tempFileStream
= File.Open(tempFileName, FileMode.Open, FileAccess.ReadWrite, FileShare.ReadWrite);
100
_tempFileStream
= tempStream;
151
_tempFileStream
= null;
5 references to _tempFileStream
PresentationCore (5)
Core\CSharp\MS\Internal\IO\Packaging\ByteRangeDownloader.cs (5)
140
if (FileMutex == null &&
_tempFileStream
!= null)
142
_tempFileStream
.Close();
690
_tempFileStream
.Seek(offset, SeekOrigin.Begin);
699
_tempFileStream
.Write(_buffer, 0, readBytes);
706
_tempFileStream
.Flush();