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)
1477
ReadOnlySpan<char> str =
_str
;
1492
int i =
_str
.Slice(_pos).IndexOfAnyExceptInRange('0', '9');
1493
return i < 0 ? (char)0 :
_str
[_pos + i];
1559
if (_pos <
_str
.Length)