1 write to _chars
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (1)
583_chars = new char[count];
3 references to _chars
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (3)
582if (_chars == null || _chars.Length < count) 584return _chars;