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)
46stream.SetLength(stream.Position + _length); 50int remainingBytes = _length; 78int remainingBytes = _length; 121int bytesToCopy = Math.Min(_length - _position, Math.Min(cb, _chunkSize - chunkOffset)); 159if (newPos > _length) 182newPosition = SetPosition(_length + (int)dlibMove); 204cbSize = _length