Base:
method
WriteStringAsync
System.Xml.XmlWriter.WriteStringAsync(System.String)
1 override of WriteStringAsync
System.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
1556
public override Task
WriteStringAsync
( string text ) {
2 references to WriteStringAsync
System.Xml (2)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (2)
205
await this.
WriteStringAsync
( namespaceName ).ConfigureAwait(false);
1559
return base.
WriteStringAsync
( text );