2 writes to _length
Microsoft.CodeAnalysis (2)
DiaSymReader\Utilities\ComMemoryStream.cs (2)
161
_length
= newPos;
197
_length
= (int)libNewSize;
7 references to _length
Microsoft.CodeAnalysis (7)
DiaSymReader\Utilities\ComMemoryStream.cs (7)
46
stream.SetLength(stream.Position +
_length
);
50
int remainingBytes =
_length
;
78
int remainingBytes =
_length
;
121
int bytesToCopy = Math.Min(
_length
- _position, Math.Min(cb, _chunkSize - chunkOffset));
159
if (newPos >
_length
)
182
newPosition = SetPosition(
_length
+ (int)dlibMove);
204
cbSize =
_length