5 writes to _index
NuGet.ProjectModel (5)
LazyStringSplit.cs (5)
72
_index
= 0;
89
_index
= _input.Length;
97
_index
++;
102
_index
= delimiterIndex + 1;
113
_index
= 0;
5 references to _index
NuGet.ProjectModel (5)
LazyStringSplit.cs (5)
82
while (
_index
!= _input.Length)
84
int delimiterIndex = _input.IndexOf(_delimiter,
_index
);
88
Current = _input.Substring(
_index
);
93
int length = delimiterIndex -
_index
;
101
Current = _input.Substring(
_index
, length);