4 writes to _streamPosition
WindowsBase (4)
Base\MS\Internal\IO\Packaging\CompoundFile\RightsManagementEncryptedStream.cs (4)
181
_streamPosition
= temp;
213
_streamPosition
= Length;
230
checked {
_streamPosition
+= result; }
255
checked {
_streamPosition
+= count; }
5 references to _streamPosition
WindowsBase (5)
Base\MS\Internal\IO\Packaging\CompoundFile\RightsManagementEncryptedStream.cs (5)
116
return
_streamPosition
;
161
temp =
_streamPosition
+ offset;
182
return
_streamPosition
;
211
if (
_streamPosition
> Length)
226
int result = InternalRead(
_streamPosition
, buffer, offset, count);