1 write to length
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (1)
6031
sub.
length
++;
12 references to length
System.Private.CoreLib (12)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (12)
513
if (sub.
length
!= 1)
530
int length = sub.
length
;
538
if (sub.
length
== 1 && sub[0] == TimeDelimiter)
543
if (sub.type != DTSubStringType.Number || sub.
length
< 1 || sub.
length
> 2)
6016
while (Index + sub.
length
< Length)
6019
char ch = Value[Index + sub.
length
];
6022
if (sub.
length
== 0)
6036
if (sub.
length
> DateTimeParse.MaxDateTimeNumberDigits)
6053
if (sub.
length
== 0)
6065
Debug.Assert(sub.index + sub.
length
<= Length, "sub.index + sub.length <= len");
6066
Index = sub.index + sub.
length
;