1 write to _originalTimeSpanString
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanParse.cs (1)
503_originalTimeSpanString = originalTimeSpanString;
2 references to _originalTimeSpanString
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanParse.cs (2)
554throw new OverflowException(SR.Format(SR.Overflow_TimeSpanElementTooLarge, new string(_originalTimeSpanString))); 564throw new FormatException(SR.Format(SR.Format_BadTimeSpan, new string(_originalTimeSpanString)));