1 write to _chars
System.Private.DataContractSerialization (1)
System\Xml\XmlBufferReader.cs (1)
508_chars = new char[count];
3 references to _chars
System.Private.DataContractSerialization (3)
System\Xml\XmlBufferReader.cs (3)
507if (_chars == null || _chars.Length < count) 509return _chars;