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)
343public override void WriteChars(char[] buffer, int index, int count) {
System\Xml\Core\QueryOutputWriter.cs (1)
248public override void WriteChars(char[] buffer, int index, int count) {
System\Xml\Core\XmlAutoDetectWriter.cs (1)
137public override void WriteChars(char[] buffer, int index, int count) {
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
611public override unsafe void WriteChars( char[] buffer, int index, int count ) {
System\Xml\Core\XmlEventCache.cs (1)
352public override void WriteChars(char[] buffer, int index, int count) {
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
543public override unsafe void WriteChars( char[] buffer, int index, int count ) {
System\Xml\Dom\DocumentXmlWriter.cs (1)
291public override void WriteChars(char[] buffer, int index, int count) {
1 reference to WriteChars
System.Xml (1)
System\Xml\Core\QueryOutputWriter.cs (1)
252this.wrapped.WriteChars(buffer, index, count);