2 writes to _tempFileStream
PresentationCore (2)
MS\Internal\IO\Packaging\NetStream.cs (2)
485_tempFileStream = PackagingUtilities.CreateUserScopedIsolatedStorageFileStreamWithRandomName( 1257_tempFileStream = null;
8 references to _tempFileStream
PresentationCore (8)
MS\Internal\IO\Packaging\NetStream.cs (8)
163_tempFileStream.Seek(_position, SeekOrigin.Begin); // align the temp stream with our logical position 164bytesRead = _tempFileStream.Read(buffer, offset, count); // read from the temp file 544_tempFileStream.Seek(_highWaterMark, SeekOrigin.Begin); 545_tempFileStream.Write(_readBuf, 0, read); 546_tempFileStream.Flush(); // force flush because we are sharing this file with ByteRangeDownloader 598_tempFileStream, 1234Invariant.Assert(_tempFileStream != null); 1241_tempFileStream.Close();