13 references to ThrowFormatInvalidString
System.Private.CoreLib (13)
src\libraries\System.Private.CoreLib\src\System\Text\CompositeFormat.cs (1)
82
ThrowHelper.
ThrowFormatInvalidString
(failureOffset, failureReason);
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (6)
1572
ThrowHelper.
ThrowFormatInvalidString
(pos, ExceptionResource.Format_UnexpectedClosingBrace);
1595
ThrowHelper.
ThrowFormatInvalidString
(pos, ExceptionResource.Format_ExpectedAsciiDigit);
1642
ThrowHelper.
ThrowFormatInvalidString
(pos, ExceptionResource.Format_ExpectedAsciiDigit);
1665
ThrowHelper.
ThrowFormatInvalidString
(pos, ExceptionResource.Format_UnclosedFormatItem);
1684
ThrowHelper.
ThrowFormatInvalidString
(pos, ExceptionResource.Format_UnclosedFormatItem);
1785
ThrowHelper.
ThrowFormatInvalidString
(pos, ExceptionResource.Format_UnclosedFormatItem);
src\libraries\System.Private.CoreLib\src\System\Text\ValueStringBuilder.AppendFormat.cs (6)
67
ThrowHelper.
ThrowFormatInvalidString
(pos, ExceptionResource.Format_UnexpectedClosingBrace);
90
ThrowHelper.
ThrowFormatInvalidString
(pos, ExceptionResource.Format_ExpectedAsciiDigit);
137
ThrowHelper.
ThrowFormatInvalidString
(pos, ExceptionResource.Format_ExpectedAsciiDigit);
160
ThrowHelper.
ThrowFormatInvalidString
(pos, ExceptionResource.Format_UnclosedFormatItem);
179
ThrowHelper.
ThrowFormatInvalidString
(pos, ExceptionResource.Format_UnclosedFormatItem);
272
ThrowHelper.
ThrowFormatInvalidString
(pos, ExceptionResource.Format_UnclosedFormatItem);