5 writes to _currentStreamPosition
WindowsBase (5)
Base\MS\Internal\IO\Zip\ZipIOModeEnforcingStream.cs (5)
119
_currentStreamPosition
= newLength;
152
_currentStreamPosition
= newStreamPosition;
173
checked{
_currentStreamPosition
+= readResult;}
178
_currentStreamPosition
= originalStreamPosition;
204
checked{
_currentStreamPosition
+= count;}
7 references to _currentStreamPosition
WindowsBase (7)
Base\MS\Internal\IO\Zip\ZipIOModeEnforcingStream.cs (7)
98
return
_currentStreamPosition
;
118
if (newLength <
_currentStreamPosition
)
129
long newStreamPosition =
_currentStreamPosition
;
154
return
_currentStreamPosition
;
166
long originalStreamPosition =
_currentStreamPosition
;
171
_baseStream.Seek(
_currentStreamPosition
, SeekOrigin.Begin);
200
_baseStream.Seek(
_currentStreamPosition
, SeekOrigin.Begin);