1 write to _bytes
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
949_bytes = new List<byte>();
4 references to _bytes
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (4)
954get { return _bytes.Count; } 1045_bytes.Add((byte)value); 1076byte[] array = _bytes.ToArray(); 1077_bytes.Clear();