Base:
method
WriteBase64
System.Xml.XmlWriter.WriteBase64(System.Byte[], System.Int32, System.Int32)
2 references to WriteBase64
System.Web.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
679 textWriter.WriteBase64(imageByteData, 0, imageByteData.Length);
System.Windows.Forms.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
679 textWriter.WriteBase64(imageByteData, 0, imageByteData.Length);