5 writes to _position
PresentationCore (5)
MS\Internal\IO\Packaging\NetStream.cs (5)
168_position += bytesRead; 264_position = temp; 291_position = value; 334_position = _highWaterMark; // make sure we get the full length in case they seek'd before call get_Length 342_position = temp;
7 references to _position
PresentationCore (7)
MS\Internal\IO\Packaging\NetStream.cs (7)
128System.Diagnostics.Trace.TraceInformation("NetStream.Read() offset:{0} length:{1}", _position, count ); 145int bytesAvailable = GetData(new Block(_position, count)); 157_tempFileStream.Seek(_position, SeekOrigin.Begin); // align the temp stream with our logical position 239temp = _position + offset; 265return _position; 277return _position; 333long temp = _position; // squirrel away for later