1 write to _chars
System.Private.DataContractSerialization (1)
System\Xml\XmlBaseReader.cs (1)
1901_chars = new char[count];
3 references to _chars
System.Private.DataContractSerialization (3)
System\Xml\XmlBaseReader.cs (3)
1900if (_chars == null || _chars.Length < count) 1903return _chars;