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)
307
if (_current <
_end
)
310
return (_current <
_end
);
320
if (_current >=
_end
) throw new InvalidOperationException(Environment.GetResourceString(ResId.InvalidOperation_EnumEnded));