Base:
method
WriteRawAsync
System.Xml.XmlRawWriter.WriteRawAsync(System.Char[], System.Int32, System.Int32)
1 override of WriteRawAsync
System.Private.Xml (1)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
2068public override Task WriteRawAsync(char[] buffer, int index, int count)
1 reference to WriteRawAsync
System.Private.Xml (1)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
2072return base.WriteRawAsync(buffer, index, count);