8 references to Format_UnclosedFormatItem
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Text\CompositeFormat.cs (1)
330
failureReason = ExceptionResource.
Format_UnclosedFormatItem
;
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (3)
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 (3)
160
ThrowHelper.ThrowFormatInvalidString(pos, ExceptionResource.
Format_UnclosedFormatItem
);
179
ThrowHelper.ThrowFormatInvalidString(pos, ExceptionResource.
Format_UnclosedFormatItem
);
272
ThrowHelper.ThrowFormatInvalidString(pos, ExceptionResource.
Format_UnclosedFormatItem
);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
1235
case ExceptionResource.
Format_UnclosedFormatItem
: