4 writes to _attributes
System.Private.DataContractSerialization (4)
System\Xml\XmlBaseWriter.cs (4)
2001
_attributes
= null;
2006
_attributes
= null;
2078
_attributes
= new XmlAttribute[1];
2084
_attributes
= newAttributes;
8 references to _attributes
System.Private.DataContractSerialization (8)
System\Xml\XmlBaseWriter.cs (8)
2000
if (
_attributes
!= null &&
_attributes
.Length > 4)
2051
XmlAttribute attribute =
_attributes
![_attributeCount - 1];
2076
if (
_attributes
== null)
2080
else if (
_attributes
.Length == _attributeCount)
2083
Array.Copy(
_attributes
, newAttributes, _attributeCount);
2086
XmlAttribute attribute =
_attributes
[_attributeCount];
2090
_attributes
[_attributeCount] = attribute;