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)
1665ThrowHelper.ThrowFormatInvalidString(pos, ExceptionResource.Format_UnclosedFormatItem); 1684ThrowHelper.ThrowFormatInvalidString(pos, ExceptionResource.Format_UnclosedFormatItem); 1785ThrowHelper.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)
1235case ExceptionResource.Format_UnclosedFormatItem: