24 references to AddByte
mscorlib (24)
system\text\gb18030encoding.cs (1)
346if (!buffer.AddByte((byte)ch))
system\text\isciiencoding.cs (4)
214if (!buffer.AddByte((byte)ch)) 229if (!buffer.AddByte(Virama)) 234if (!buffer.AddByte(Nukta)) 305if (!buffer.AddByte(SecondIndicByte[indicTwoBytes >> 12]))
system\text\iso2022encoding.cs (11)
483if (!buffer.AddByte(SHIFT_OUT)) 507if (!buffer.AddByte(unchecked((byte)(bTrailByte & 0x7F)))) 523if (!buffer.AddByte(SHIFT_IN)) 555if (!buffer.AddByte(SHIFT_IN)) 572if (!buffer.AddByte(bTrailByte)) 589if (buffer.AddByte(SHIFT_IN)) 715if (!buffer.AddByte(SHIFT_OUT)) 731if (!buffer.AddByte(SHIFT_IN)) 738if (!buffer.AddByte(bTrailByte)) 752if (buffer.AddByte(SHIFT_IN)) 903if (!buffer.AddByte(bTrailByte))
system\text\utf7encoding.cs (8)
546if (!buffer.AddByte(base64Bytes[(bits >> bitCount) & 0x3F])) 562if (!buffer.AddByte(base64Bytes[bits << 6 - bitCount & 0x3F])) 569if (!buffer.AddByte((byte)'-')) 576if (!buffer.AddByte((byte)currentChar)) 590if (!buffer.AddByte((byte)'+')) 604if (!buffer.AddByte(base64Bytes[(bits >> bitCount) & 0x3F])) 625if (buffer.AddByte(base64Bytes[(bits << (6 - bitCount)) & 0x3F])) 633if (buffer.AddByte((byte)'-'))