1 write to index
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (1)
6010sub.index = Index;
4 references to index
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (4)
6060Debug.Assert(sub.index == Index); 6061Debug.Assert(sub.index + sub.length <= Length, "sub.index + sub.length <= len"); 6062Index = sub.index + sub.length; 6087internal char this[int relativeIndex] => s[index + relativeIndex];