8 references to Format_UnclosedFormatItem
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Text\CompositeFormat.cs (1)
330failureReason = ExceptionResource.Format_UnclosedFormatItem;
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (3)
1664ThrowHelper.ThrowFormatInvalidString(pos, ExceptionResource.Format_UnclosedFormatItem); 1683ThrowHelper.ThrowFormatInvalidString(pos, ExceptionResource.Format_UnclosedFormatItem); 1784ThrowHelper.ThrowFormatInvalidString(pos, ExceptionResource.Format_UnclosedFormatItem);
src\libraries\System.Private.CoreLib\src\System\Text\ValueStringBuilder.AppendFormat.cs (3)
160ThrowHelper.ThrowFormatInvalidString(pos, ExceptionResource.Format_UnclosedFormatItem); 179ThrowHelper.ThrowFormatInvalidString(pos, ExceptionResource.Format_UnclosedFormatItem); 272ThrowHelper.ThrowFormatInvalidString(pos, ExceptionResource.Format_UnclosedFormatItem);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
1241case ExceptionResource.Format_UnclosedFormatItem: