1 write to chars
System.Runtime.Serialization (1)
System\Xml\XmlBufferReader.cs (1)
598
chars
= new char[count];
3 references to chars
System.Runtime.Serialization (3)
System\Xml\XmlBufferReader.cs (3)
597
if (
chars
== null ||
chars
.Length < count)
599
return
chars
;