Base:
method
WriteBase64Async
System.Xml.XmlWriter.WriteBase64Async(System.Byte[], System.Int32, System.Int32)
2 overrides of WriteBase64Async
System.Xml (2)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
1663public override Task WriteBase64Async( byte[] buffer, int index, int count ) {
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
1580public override Task WriteBase64Async( byte[] buffer, int index, int count ) {
2 references to WriteBase64Async
System.Xml (2)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
1666return base.WriteBase64Async( buffer, index, count );
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
1583return base.WriteBase64Async( buffer, index, count );