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