6 references to AppendByte
System.ServiceModel.Primitives (6)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (6)
1022AppendByte((key & 0x7f) | 0x80); 1023AppendByte(key >> 7); 1027AppendByte(key); 1033AppendByte((int)value); 1048AppendByte(1); 1049AppendByte((int)value);