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