1 write to _chars
System.ServiceModel.Primitives (1)
Internals\System\Xml\XmlMtomWriter.cs (1)
796_chars = new char[256];
4 references to _chars
System.ServiceModel.Primitives (4)
Internals\System\Xml\XmlMtomWriter.cs (4)
794if (_chars == null) 799while ((count = reader.ReadValueChunk(_chars, 0, _chars.Length)) > 0) 801WriteChars(_chars, 0, count);