Base:
method
WriteRawAsync
System.Xml.XmlRawWriter.WriteRawAsync(System.String)
1 override of WriteRawAsync
System.Private.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
1940public override Task WriteRawAsync(string data)
1 reference to WriteRawAsync
System.Private.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
1944return base.WriteRawAsync(data);