src\libraries\Common\src\System\Text\ValueStringBuilder.cs (1)
267Append(c);
src\libraries\System.Private.CoreLib\src\System\Reflection\AssemblyName.cs (1)
386vsb.Append('%');
src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeTypedArgument.cs (1)
65result.Append('[');
src\libraries\System.Private.CoreLib\src\System\Text\CompositeFormat.cs (1)
157vsb.Append(ch);
src\libraries\System.Private.CoreLib\src\System\Text\ValueStringBuilder.AppendFormat.cs (1)
59Append(ch);