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)
166
int bytesAvailable = GetData(new Block(
_position
, count));
178
_tempFileStream.Seek(
_position
, SeekOrigin.Begin); // align the temp stream with our logical position
260
temp =
_position
+ offset;
286
return
_position
;
298
return
_position
;
354
long temp =
_position
; // squirrel away for later