1 write to index
mscorlib (1)
system\globalization\datetimeparse.cs (1)
4825
sub.
index
= Index;
4 references to index
mscorlib (4)
system\globalization\datetimeparse.cs (4)
4873
Contract.Assert(sub.
index
== Index, "sub.index == Index");
4874
Contract.Assert(sub.
index
+ sub.length <= len, "sub.index + sub.length <= len");
4875
Index = sub.
index
+ sub.length;
4899
return s[
index
+ relativeIndex];