4 writes to attributes
System.Runtime.Serialization (4)
System\Xml\XmlBaseReader.cs (4)
2843
this.
attributes
= null;
2855
attributes
= null;
2999
attributes
= new XmlAttribute[1];
3005
attributes
= newAttributes;
8 references to attributes
System.Runtime.Serialization (8)
System\Xml\XmlBaseReader.cs (8)
2854
if (
attributes
!= null &&
attributes
.Length > 4)
2948
XmlAttribute attribute =
attributes
[attributeCount - 1];
2997
if (
attributes
== null)
3001
else if (
attributes
.Length == attributeCount)
3004
Array.Copy(
attributes
, newAttributes, attributeCount);
3007
XmlAttribute attribute =
attributes
[attributeCount];
3011
attributes
[attributeCount] = attribute;