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