1 write to _str
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanParse.cs (1)
1500_str = input;
4 references to _str
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanParse.cs (4)
1477ReadOnlySpan<char> str = _str; 1492int i = _str.Slice(_pos).IndexOfAnyExceptInRange('0', '9'); 1493return i < 0 ? (char)0 : _str[_pos + i]; 1559if (_pos < _str.Length)