1 write to index
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (1)
6014sub.index = Index;
4 references to index
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (4)
6064Debug.Assert(sub.index == Index); 6065Debug.Assert(sub.index + sub.length <= Length, "sub.index + sub.length <= len"); 6066Index = sub.index + sub.length; 6091internal char this[int relativeIndex] => s[index + relativeIndex];