1 write to _bytes
System.ServiceModel.Primitives (1)
Internals\System\Xml\XmlMtomWriter.cs (1)
820_bytes = new byte[384];
4 references to _bytes
System.ServiceModel.Primitives (4)
Internals\System\Xml\XmlMtomWriter.cs (4)
818if (_bytes == null) 823while ((count = reader.ReadValueAsBase64(_bytes, 0, _bytes.Length)) > 0) 825WriteBase64(_bytes, 0, count);