1 write to chars
System.Runtime.Serialization (1)
System\Xml\XmlMtomWriter.cs (1)
624
chars
= new char[256];
4 references to chars
System.Runtime.Serialization (4)
System\Xml\XmlMtomWriter.cs (4)
622
if (
chars
== null)
627
while ((count = reader.ReadValueChunk(
chars
, 0,
chars
.Length)) > 0)
629
this.WriteChars(
chars
, 0, count);