1 write to _start
System.Reflection.Metadata (1)
System\Reflection\Metadata\BlobWriter.cs (1)
45_start = start;
10 references to _start
System.Reflection.Metadata (10)
System\Reflection\Metadata\BlobWriter.cs (10)
57return Length == other.Length && _buffer.AsSpan(_start, Length).SequenceEqual(other._buffer.AsSpan(other._start, other.Length)); 64return _position - _start; 68if (value < 0 || _start > _end - value) 73_position = _start + value; 77public int Length => _end - _start; 79public Blob Blob => new Blob(_buffer, _start, Length); 91return _buffer.AsSpan(_start + start, byteCount).ToArray(); 104return ImmutableArray.Create(_buffer.AsSpan(_start + start, byteCount)); 532_position = _start;