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)
68
if (value < 0 || _start >
_end
- value)
77
public int Length =>
_end
- _start;
78
public int RemainingBytes =>
_end
- _position;
112
if (position >
_end
- value)