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