1 write to bytes
System.Runtime.Serialization (1)
System\Xml\XmlBinaryWriter.cs (1)
1184
bytes
= new byte[384];
4 references to bytes
System.Runtime.Serialization (4)
System\Xml\XmlBinaryWriter.cs (4)
1182
if (
bytes
== null)
1187
while ((count = reader.ReadValueAsBase64(
bytes
, 0,
bytes
.Length)) > 0)
1189
this.WriteBase64(
bytes
, 0, count);