6 references to AppendByte
System.ServiceModel (6)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (6)
1141this.AppendByte((key & 0x7f) | 0x80); 1142this.AppendByte(key >> 7); 1146this.AppendByte(key); 1152this.AppendByte((int)value); 1167AppendByte(1); 1168AppendByte((int)value);