1 write to len
mscorlib (1)
system\globalization\timespanparse.cs (1)
1393
len
= input.Length;
4 references to len
mscorlib (4)
system\globalization\timespanparse.cs (4)
1371
if (pos <
len
) pos++;
1372
ch = pos <
len
? str[pos]: (char) 0;
1377
while (i <
len
) {
1438
if (pos <
len
) {