Base:
method
WriteChars
System.Xml.XmlWriter.WriteChars(System.Char[], System.Int32, System.Int32)
7 overrides of WriteChars
System.Xml (7)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
343
public override void
WriteChars
(char[] buffer, int index, int count) {
System\Xml\Core\QueryOutputWriter.cs (1)
248
public override void
WriteChars
(char[] buffer, int index, int count) {
System\Xml\Core\XmlAutoDetectWriter.cs (1)
137
public override void
WriteChars
(char[] buffer, int index, int count) {
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
611
public override unsafe void
WriteChars
( char[] buffer, int index, int count ) {
System\Xml\Core\XmlEventCache.cs (1)
352
public override void
WriteChars
(char[] buffer, int index, int count) {
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
543
public override unsafe void
WriteChars
( char[] buffer, int index, int count ) {
System\Xml\Dom\DocumentXmlWriter.cs (1)
291
public override void
WriteChars
(char[] buffer, int index, int count) {
1 reference to WriteChars
System.Xml (1)
System\Xml\Core\QueryOutputWriter.cs (1)
252
this.wrapped.
WriteChars
(buffer, index, count);