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