3 references to AddByte
System.Text.Encoding.CodePages (3)
System\Text\GB18030Encoding.cs (2)
278
if (!buffer.
AddByte
((byte)(offset + 0x90), byte2, byte3, byte4))
326
if (!buffer.
AddByte
((byte)(iBytes + 0x81), byte2, byte3, byte4))
System\Text\ISO2022Encoding.cs (1)
646
if (!buffer.
AddByte
(ESCAPE, unchecked((byte)'$'), unchecked((byte)')'), unchecked((byte)'C')))