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