1 write to _start
System.Reflection.Metadata (1)
System\Reflection\Metadata\BlobWriter.cs (1)
46_start = start;
10 references to _start
System.Reflection.Metadata (10)
System\Reflection\Metadata\BlobWriter.cs (10)
58return Length == other.Length && _buffer.AsSpan(_start, Length).SequenceEqual(other._buffer.AsSpan(other._start, other.Length)); 65return _position - _start; 69if (value < 0 || _start > _end - value) 74_position = _start + value; 78public int Length => _end - _start; 80public Blob Blob => new Blob(_buffer, _start, Length); 92return _buffer.AsSpan(_start + start, byteCount).ToArray(); 105return ImmutableArray.Create(_buffer.AsSpan(_start + start, byteCount)); 533_position = _start;