2 writes to _tempFileStream
PresentationCore (2)
MS\Internal\IO\Packaging\NetStream.cs (2)
473
_tempFileStream
= PackagingUtilities.CreateUserScopedIsolatedStorageFileStreamWithRandomName(
1243
_tempFileStream
= null;
8 references to _tempFileStream
PresentationCore (8)
MS\Internal\IO\Packaging\NetStream.cs (8)
156
_tempFileStream
.Seek(_position, SeekOrigin.Begin); // align the temp stream with our logical position
157
bytesRead =
_tempFileStream
.Read(buffer, offset, count); // read from the temp file
532
_tempFileStream
.Seek(_highWaterMark, SeekOrigin.Begin);
533
_tempFileStream
.Write(_readBuf, 0, read);
534
_tempFileStream
.Flush(); // force flush because we are sharing this file with ByteRangeDownloader
586
_tempFileStream
,
1220
Invariant.Assert(
_tempFileStream
!= null);
1227
_tempFileStream
.Close();