1 write to chars
System.Runtime.Serialization (1)
System\Xml\XmlBinaryWriter.cs (1)
1159chars = new char[256];
4 references to chars
System.Runtime.Serialization (4)
System\Xml\XmlBinaryWriter.cs (4)
1157if (chars == null) 1162while ((count = reader.ReadValueChunk(chars, 0, chars.Length)) > 0) 1164this.WriteChars(chars, 0, count);