1 override of WriteBase64TextAsync
System.Runtime.Serialization (1)
System\Xml\XmlUTF8TextWriter.cs (1)
748internal override AsyncCompletionResult WriteBase64TextAsync(AsyncEventArgs<XmlNodeWriterWriteBase64TextArgs> xmlNodeWriterState)
1 reference to WriteBase64TextAsync
System.Runtime.Serialization (1)
System\Xml\XmlBaseWriter.cs (1)
2615if (this.writer.writer.WriteBase64TextAsync(this.nodeWriterAsyncState) != AsyncCompletionResult.Completed)