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)
128
System.Diagnostics.Trace.TraceInformation("NetStream.Read() offset:{0} length:{1}",
_position
, count );
145
int bytesAvailable = GetData(new Block(
_position
, count));
157
_tempFileStream.Seek(
_position
, SeekOrigin.Begin); // align the temp stream with our logical position
239
temp =
_position
+ offset;
265
return
_position
;
277
return
_position
;
333
long temp =
_position
; // squirrel away for later