Base:
method
WriteChars
System.Xml.XmlWriter.WriteChars(System.Char[], System.Int32, System.Int32)
8 overrides of WriteChars
System.Private.Xml (8)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
381public override void WriteChars(char[] buffer, int index, int count)
System\Xml\Core\QueryOutputWriter.cs (1)
282public override void WriteChars(char[] buffer, int index, int count)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
150public override void WriteChars(char[] buffer, int index, int count)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
650public override unsafe void WriteChars(char[] buffer, int index, int count)
System\Xml\Core\XmlEventCache.cs (1)
371public override void WriteChars(char[] buffer, int index, int count)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
565public override unsafe void WriteChars(char[] buffer, int index, int count)
System\Xml\Dom\DocumentXmlWriter.cs (1)
341public override void WriteChars(char[] buffer, int index, int count)
System\Xml\Xsl\Runtime\XmlRawWriterWrapper.cs (1)
79public override void WriteChars(char[] buffer, int index, int count)
1 reference to WriteChars
System.Private.Xml (1)
System\Xml\Core\QueryOutputWriter.cs (1)
287_wrapped.WriteChars(buffer, index, count);