1 write to _end
mscorlib (1)
system\arraysegment.cs (1)
301_end = _start + arraySegment._count;
3 references to _end
mscorlib (3)
system\arraysegment.cs (3)
307if (_current < _end) 310return (_current < _end); 320if (_current >= _end) throw new InvalidOperationException(Environment.GetResourceString(ResId.InvalidOperation_EnumEnded));