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