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