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