2 writes to attributeNodes
System.Runtime.Serialization (2)
System\Xml\XmlBaseReader.cs (2)
2736
this.
attributeNodes
= attributeNodes;
2739
this.
attributeNodes
= null;
2 references to attributeNodes
System.Runtime.Serialization (2)
System\Xml\XmlBaseReader.cs (2)
2791
XmlAttributeNode attribute1 =
attributeNodes
[index1];
2792
XmlAttributeNode attribute2 =
attributeNodes
[index2];