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