1 write to bytes
System.Runtime.Serialization (1)
System\Xml\XmlMtomWriter.cs (1)
648bytes = new byte[384];
4 references to bytes
System.Runtime.Serialization (4)
System\Xml\XmlMtomWriter.cs (4)
646if (bytes == null) 651while ((count = reader.ReadValueAsBase64(bytes, 0, bytes.Length)) > 0) 653this.WriteBase64(bytes, 0, count);