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;
319
if (_current <
_start
) throw new InvalidOperationException(Environment.GetResourceString(ResId.InvalidOperation_EnumNotStarted));
335
_current =
_start
- 1;