2 writes to _length
Microsoft.DiaSymReader (2)
Utilities\ComMemoryStream.cs (2)
167
_length
= newPos;
203
_length
= (int)libNewSize;
7 references to _length
Microsoft.DiaSymReader (7)
Utilities\ComMemoryStream.cs (7)
52
stream.SetLength(stream.Position +
_length
);
56
int remainingBytes =
_length
;
84
int remainingBytes =
_length
;
127
int bytesToCopy = Math.Min(
_length
- _position, Math.Min(cb, _chunkSize - chunkOffset));
165
if (newPos >
_length
)
188
newPosition = SetPosition(
_length
+ (int)dlibMove);
210
cbSize =
_length