1 write to str
mscorlib (1)
system\globalization\timespanparse.cs (1)
1392str = input;
2 references to str
mscorlib (2)
system\globalization\timespanparse.cs (2)
1372ch = pos < len? str[pos]: (char) 0; 1378char ch = str[i];