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)
134
System.Diagnostics.Trace.TraceInformation("NetStream.Read() offset:{0} length:{1}",
_position
, count );
151
int bytesAvailable = GetData(new Block(
_position
, count));
163
_tempFileStream.Seek(
_position
, SeekOrigin.Begin); // align the temp stream with our logical position
245
temp =
_position
+ offset;
271
return
_position
;
283
return
_position
;
339
long temp =
_position
; // squirrel away for later