1 write to length
mscorlib (1)
system\globalization\datetimeparse.cs (1)
4845
sub.
length
++;
12 references to length
mscorlib (12)
system\globalization\datetimeparse.cs (12)
512
if (sub.
length
!= 1) {
526
int length = sub.
length
;
533
if (sub.
length
== 1 && sub[0] == ':') {
537
if (sub.type != DTSubStringType.Number || sub.
length
< 1 || sub.
length
> 2) {
4827
while (Index + sub.
length
< len) {
4829
Char ch = Value[Index + sub.
length
];
4837
if (sub.
length
== 0) {
4849
if (sub.
length
> DateTimeParse.MaxDateTimeNumberDigits) {
4864
if (sub.
length
== 0) {
4874
Contract.Assert(sub.index + sub.
length
<= len, "sub.index + sub.length <= len");
4875
Index = sub.index + sub.
length
;