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)
954
get { return
_bytes
.Count; }
1045
_bytes
.Add((byte)value);
1076
byte[] array =
_bytes
.ToArray();
1077
_bytes
.Clear();