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