1 write to chars
System.Runtime.Serialization (1)
System\Xml\XmlBaseReader.cs (1)
2026
chars
= new char[count];
3 references to chars
System.Runtime.Serialization (3)
System\Xml\XmlBaseReader.cs (3)
2025
if (
chars
== null ||
chars
.Length < count)
2028
return
chars
;