5 writes to _position
PresentationCore (5)
MS\Internal\IO\Packaging\NetStream.cs (5)
167
_position
+= bytesRead;
263
_position
= temp;
290
_position
= value;
333
_position
= _highWaterMark; // make sure we get the full length in case they seek'd before call get_Length
341
_position
= temp;
6 references to _position
PresentationCore (6)
MS\Internal\IO\Packaging\NetStream.cs (6)
144
int bytesAvailable = GetData(new Block(
_position
, count));
156
_tempFileStream.Seek(
_position
, SeekOrigin.Begin); // align the temp stream with our logical position
238
temp =
_position
+ offset;
264
return
_position
;
276
return
_position
;
332
long temp =
_position
; // squirrel away for later