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