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