2 writes to _tempFileStream
PresentationCore (2)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (2)
509
_tempFileStream
= PackagingUtilities.CreateUserScopedIsolatedStorageFileStreamWithRandomName(
1329
_tempFileStream
= null;
8 references to _tempFileStream
PresentationCore (8)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (8)
178
_tempFileStream
.Seek(_position, SeekOrigin.Begin); // align the temp stream with our logical position
179
bytesRead =
_tempFileStream
.Read(buffer, offset, count); // read from the temp file
576
_tempFileStream
.Seek(_highWaterMark, SeekOrigin.Begin);
577
_tempFileStream
.Write(_readBuf, 0, read);
578
_tempFileStream
.Flush(); // force flush because we are sharing this file with ByteRangeDownloader
644
_tempFileStream
,
1306
Invariant.Assert(
_tempFileStream
!= null);
1313
_tempFileStream
.Close();