Base:
method
WriteBase64Async
System.Xml.XmlWriter.WriteBase64Async(System.Byte[], System.Int32, System.Int32)
2 overrides of WriteBase64Async
System.Private.Xml (2)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
2082
public override Task
WriteBase64Async
(byte[] buffer, int index, int count)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
1947
public override Task
WriteBase64Async
(byte[] buffer, int index, int count)
2 references to WriteBase64Async
System.Private.Xml (2)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
2086
return base.
WriteBase64Async
(buffer, index, count);
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
1951
return base.
WriteBase64Async
(buffer, index, count);