5 writes to _position
PresentationCore (5)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (5)
189_position += bytesRead; 285_position = temp; 312_position = value; 355_position = _highWaterMark; // make sure we get the full length in case they seek'd before call get_Length 363_position = temp;
6 references to _position
PresentationCore (6)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (6)
166int bytesAvailable = GetData(new Block(_position, count)); 178_tempFileStream.Seek(_position, SeekOrigin.Begin); // align the temp stream with our logical position 260temp = _position + offset; 286return _position; 298return _position; 354long temp = _position; // squirrel away for later