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)
507
if (
_chars
== null ||
_chars
.Length < count)
509
return
_chars
;