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