16 overrides of WriteChars
System.Data.Common (1)
System\Data\xmlsaver.cs (1)
3219public override void WriteChars(char[] buffer, int index, int count)
System.Private.DataContractSerialization (5)
System\Runtime\Serialization\Json\XmlJsonWriter.cs (1)
398public override void WriteChars(char[] buffer, int index, int count)
System\Runtime\Serialization\XmlSerializableWriter.cs (1)
88public override void WriteChars(char[] buffer, int index, int count) { _xmlWriter.WriteChars(buffer, index, count); }
System\Xml\XmlBaseWriter.cs (1)
1019public override void WriteChars(char[] chars, int offset, int count)
System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
163public override void WriteChars(char[] buffer, int index, int count)
System\Xml\XmlDictionaryWriter.cs (1)
680public override void WriteChars(char[] buffer, int index, int count)
System.Private.Xml (7)
System\Xml\Core\QueryOutputWriterV1.cs (1)
241public override void WriteChars(char[] buffer, int index, int count)
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
161public override void WriteChars(char[] buffer, int index, int count)
System\Xml\Core\XmlRawWriter.cs (1)
165public override void WriteChars(char[] buffer, int index, int count)
System\Xml\Core\XmlTextWriter.cs (1)
896public override void WriteChars(char[] buffer, int index, int count)
System\Xml\Core\XmlWellFormedWriter.cs (1)
1059public override void WriteChars(char[] buffer, int index, int count)
System\Xml\Core\XmlWrappingWriter.cs (1)
121public override void WriteChars(char[] buffer, int index, int count)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
326public override void WriteChars(char[] buffer, int index, int count)
System.Private.Xml.Linq (1)
System\Xml\Linq\XNodeBuilder.cs (1)
74public override void WriteChars(char[] buffer, int index, int count)
System.ServiceModel.Primitives (2)
Internals\System\Xml\XmlMtomWriter.cs (1)
728public override void WriteChars(char[] buffer, int index, int count)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (1)
728public override void WriteChars(char[] buffer, int index, int count)
18 references to WriteChars
PresentationFramework (1)
System\Windows\Documents\TextRangeSerialization.cs (1)
318xmlWriter.WriteChars(text, 0, textLength);
System.Data.Common (1)
System\Data\xmlsaver.cs (1)
3221_xmltextWriter.WriteChars(buffer, index, count);
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlSerializableWriter.cs (1)
88public override void WriteChars(char[] buffer, int index, int count) { _xmlWriter.WriteChars(buffer, index, count); }
System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
166CoreWriter.WriteChars(buffer, index, count);
System\Xml\XmlDictionaryWriter.cs (1)
682_writer.WriteChars(buffer, index, count);
System.Private.Xml (9)
System\Xml\Core\QueryOutputWriterV1.cs (1)
246_wrapped.WriteChars(buffer, index, count);
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
164_coreWriter.WriteChars(buffer, index, count);
System\Xml\Core\XmlCharCheckingWriter.cs (1)
286writer.WriteChars(buffer, index, count);
System\Xml\Core\XmlWellFormedWriter.cs (1)
1075_writer.WriteChars(buffer, index, count);
System\Xml\Core\XmlWellFormedWriterHelpers.cs (2)
375writer.WriteChars(bufChunk.buffer, bufChunk.index, bufChunk.count); 382writer.WriteChars(bufChunk.buffer, bufChunk.index, bufChunk.count);
System\Xml\Core\XmlWrappingWriter.cs (1)
123writer.WriteChars(buffer, index, count);
System\Xml\Core\XmlWriter.cs (1)
383WriteChars(_writeNodeBuffer, 0, read);
System\Xml\Xsl\Runtime\XmlRawWriterWrapper.cs (1)
81_wrapped.WriteChars(buffer, index, count);
System.ServiceModel.Primitives (4)
Internals\System\Xml\XmlMtomWriter.cs (1)
731Writer.WriteChars(buffer, index, count);
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (1)
730_innerWriter.WriteChars(buffer, index, count);
System\ServiceModel\Security\WSUtilitySpecificationVersion.cs (2)
122writer.WriteChars(creationTime, 0, creationTime.Length); 127writer.WriteChars(expiryTime, 0, expiryTime.Length);