4 references to Format_UnexpectedClosingBrace
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Text\CompositeFormat.cs (1)
325
failureReason = ExceptionResource.
Format_UnexpectedClosingBrace
;
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (1)
1572
ThrowHelper.ThrowFormatInvalidString(pos, ExceptionResource.
Format_UnexpectedClosingBrace
);
src\libraries\System.Private.CoreLib\src\System\Text\ValueStringBuilder.AppendFormat.cs (1)
67
ThrowHelper.ThrowFormatInvalidString(pos, ExceptionResource.
Format_UnexpectedClosingBrace
);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
1233
case ExceptionResource.
Format_UnexpectedClosingBrace
: