1 write to _start
mscorlib (1)
system\arraysegment.cs (1)
300_start = arraySegment._offset;
4 references to _start
mscorlib (4)
system\arraysegment.cs (4)
301_end = _start + arraySegment._count; 302_current = _start - 1; 319if (_current < _start) throw new InvalidOperationException(Environment.GetResourceString(ResId.InvalidOperation_EnumNotStarted)); 335_current = _start - 1;