5 writes to _position
PresentationCore (5)
MS\Internal\IO\Packaging\NetStream.cs (5)
174_position += bytesRead; 270_position = temp; 297_position = value; 340_position = _highWaterMark; // make sure we get the full length in case they seek'd before call get_Length 348_position = temp;
7 references to _position
PresentationCore (7)
MS\Internal\IO\Packaging\NetStream.cs (7)
134System.Diagnostics.Trace.TraceInformation("NetStream.Read() offset:{0} length:{1}", _position, count ); 151int bytesAvailable = GetData(new Block(_position, count)); 163_tempFileStream.Seek(_position, SeekOrigin.Begin); // align the temp stream with our logical position 245temp = _position + offset; 271return _position; 283return _position; 339long temp = _position; // squirrel away for later