3 references to AddByte
mscorlib (3)
system\text\encoding.cs (1)
2172
return (
AddByte
(b1, b2, 0));
system\text\iso2022encoding.cs (2)
871
if (!buffer.
AddByte
((byte)'~', (byte)'{', 2))
888
if (!buffer.
AddByte
((byte)'~', (byte)'}', bTrailByte == '~' ? 2:1))