3 references to AddByte
mscorlib (3)
system\text\gb18030encoding.cs (2)
333
if (!buffer.
AddByte
((byte)(offset + 0x90),byte2,byte3,byte4))
381
if (!buffer.
AddByte
((byte)(iBytes + 0x81), byte2, byte3, byte4))
system\text\iso2022encoding.cs (1)
706
if (!buffer.
AddByte
(ESCAPE, unchecked((byte)'$'), unchecked((byte)')'), unchecked((byte)'C')))