1 write to bytes
System.ServiceModel (1)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
1066
this.
bytes
= new List<byte>();
4 references to bytes
System.ServiceModel (4)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (4)
1071
get { return
bytes
.Count; }
1162
this.
bytes
.Add((byte)value);
1193
byte[] array = this.
bytes
.ToArray();
1194
this.
bytes
.Clear();