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