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