1 write to _input
NuGet.ProjectModel (1)
LazyStringSplit.cs (1)
73
_input
= split._input;
5 references to _input
NuGet.ProjectModel (5)
LazyStringSplit.cs (5)
82
while (_index !=
_input
.Length)
84
int delimiterIndex =
_input
.IndexOf(_delimiter, _index);
88
Current =
_input
.Substring(_index);
89
_index =
_input
.Length;
101
Current =
_input
.Substring(_index, length);