4 writes to _elements
System.Private.DataContractSerialization (4)
System\Xml\XmlBaseWriter.cs (4)
58_elements = null; 99_elements = null; 668_elements = new Element[4]; 674_elements = newElementNodes;
9 references to _elements
System.Private.DataContractSerialization (9)
System\Xml\XmlBaseWriter.cs (9)
622Element element = _elements![_depth]; 654Element element = _elements![_depth]; 666if (_elements == null) 670else if (_elements.Length == _depth) 673Array.Copy(_elements, newElementNodes, _depth); 676Element element = _elements[_depth]; 680_elements[_depth] = element; 687_elements![_depth].Clear(); 1837int prefixId = _elements![_depth].PrefixId++;