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)
2082public override Task WriteBase64Async(byte[] buffer, int index, int count)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
1947public override Task WriteBase64Async(byte[] buffer, int index, int count)
2 references to WriteBase64Async
System.Private.Xml (2)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
2086return base.WriteBase64Async(buffer, index, count);
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
1951return base.WriteBase64Async(buffer, index, count);