4 writes to attributes
System.Runtime.Serialization (4)
System\Xml\XmlBaseWriter.cs (4)
1948
attributes
= null;
1953
attributes
= null;
2025
attributes
= new XmlAttribute[1];
2031
attributes
= newAttributes;
8 references to attributes
System.Runtime.Serialization (8)
System\Xml\XmlBaseWriter.cs (8)
1947
if (
attributes
!= null &&
attributes
.Length > 4)
1998
XmlAttribute attribute =
attributes
[attributeCount - 1];
2023
if (
attributes
== null)
2027
else if (
attributes
.Length == attributeCount)
2030
Array.Copy(
attributes
, newAttributes, attributeCount);
2033
XmlAttribute attribute =
attributes
[attributeCount];
2037
attributes
[attributeCount] = attribute;