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