Base:
method
WriteRawAsync
System.Xml.XmlWriter.WriteRawAsync(System.Char[], System.Int32, System.Int32)
2 overrides of WriteRawAsync
System.Xml (2)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
450public override async Task WriteRawAsync( char[] buffer, int index, int count ) {
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
422public override async Task WriteRawAsync( char[] buffer, int index, int count ) {
1 reference to WriteRawAsync
System.Xml (1)
System\Xml\Base64EncoderAsync.cs (1)
90return rawWriter.WriteRawAsync( chars, index, count );