1 write to _bytes
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
1179_bytes = new byte[384];
4 references to _bytes
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (4)
1177if (_bytes == null) 1182while ((count = reader.ReadValueAsBase64(_bytes, 0, _bytes.Length)) > 0) 1184this.WriteBase64(_bytes, 0, count);