Base:
method
WriteBase64
System.Xml.XmlWriter.WriteBase64(System.Byte[], System.Int32, System.Int32)
4 overrides of WriteBase64
System.Xml (4)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
167
public override void
WriteBase64
(byte[] buffer, int index, int count) {
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1809
public override void
WriteBase64
( byte[] buffer, int index, int count ) {
System\Xml\Core\XmlEventCache.cs (1)
378
public override void
WriteBase64
(byte[] buffer, int index, int count) {
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1705
public override void
WriteBase64
( byte[] buffer, int index, int count ) {
3 references to WriteBase64
System.Xml (3)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
169
this.wrapped.
WriteBase64
(buffer, index, count);
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1811
base.
WriteBase64
( buffer, index, count );
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1707
base.
WriteBase64
( buffer, index, count );