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 179bytesRead = _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, 1306Invariant.Assert(_tempFileStream != null); 1313_tempFileStream.Close();