6 references to AppendByte
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (6)
1024this.AppendByte((key & 0x7f) | 0x80); 1025this.AppendByte(key >> 7); 1029this.AppendByte(key); 1035this.AppendByte((int)value); 1050AppendByte(1); 1051AppendByte((int)value);