4 writes to _currentStreamPosition
WindowsBase (4)
Base\MS\Internal\IO\Zip\ZipIOFileItemStream.cs (4)
168
_currentStreamPosition
= newStreamPosition;
234
_currentStreamPosition
= newStreamPosition;
254
_currentStreamPosition
= newStreamPosition;
320
_currentStreamPosition
= newStreamPosition;
10 references to _currentStreamPosition
WindowsBase (10)
Base\MS\Internal\IO\Zip\ZipIOFileItemStream.cs (10)
81
return
_currentStreamPosition
;
133
if (_currentStreamLength <
_currentStreamPosition
)
145
long newStreamPosition =
_currentStreamPosition
;
170
return
_currentStreamPosition
;
182
Debug.Assert(
_currentStreamPosition
>= 0);
189
if (_currentStreamLength <=
_currentStreamPosition
)
201
long newStreamPosition =
_currentStreamPosition
;
274
Debug.Assert(
_currentStreamPosition
>= 0);
285
long newStreamPosition =
_currentStreamPosition
;
321
_currentStreamLength = Math.Max(_currentStreamLength,
_currentStreamPosition
);