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)
52stream.SetLength(stream.Position + _length); 56int remainingBytes = _length; 84int remainingBytes = _length; 127int bytesToCopy = Math.Min(_length - _position, Math.Min(cb, _chunkSize - chunkOffset)); 165if (newPos > _length) 188newPosition = SetPosition(_length + (int)dlibMove); 210cbSize = _length