1 write to _end
System.Reflection.Metadata (1)
System\Reflection\Metadata\BlobWriter.cs (1)
47_end = start + count;
4 references to _end
System.Reflection.Metadata (4)
System\Reflection\Metadata\BlobWriter.cs (4)
68if (value < 0 || _start > _end - value) 77public int Length => _end - _start; 78public int RemainingBytes => _end - _position; 112if (position > _end - value)