3 references to AddChar
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (3)
1310
internal bool AddChar(char ch) =>
AddChar
(ch, 1);
1322
return
AddChar
(ch1, numBytes) &&
AddChar
(ch2, numBytes);