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)
381
public override void
WriteChars
(char[] buffer, int index, int count)
System\Xml\Core\QueryOutputWriter.cs (1)
282
public override void
WriteChars
(char[] buffer, int index, int count)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
150
public override void
WriteChars
(char[] buffer, int index, int count)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
650
public override unsafe void
WriteChars
(char[] buffer, int index, int count)
System\Xml\Core\XmlEventCache.cs (1)
371
public override void
WriteChars
(char[] buffer, int index, int count)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
565
public override unsafe void
WriteChars
(char[] buffer, int index, int count)
System\Xml\Dom\DocumentXmlWriter.cs (1)
341
public override void
WriteChars
(char[] buffer, int index, int count)
System\Xml\Xsl\Runtime\XmlRawWriterWrapper.cs (1)
79
public 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);