Base:
method
WriteRawAsync
System.Xml.XmlWriter.WriteRawAsync(System.Char[], System.Int32, System.Int32)
2 overrides of WriteRawAsync
System.Private.Xml (2)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
567public override async Task WriteRawAsync(char[] buffer, int index, int count)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
509public override async Task WriteRawAsync(char[] buffer, int index, int count)
1 reference to WriteRawAsync
System.Private.Xml (1)
System\Xml\Base64EncoderAsync.cs (1)
99return _rawWriter.WriteRawAsync(chars, index, count);