2 writes to _attributeNodes
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (2)
2453_attributeNodes = attributeNodes; 2456_attributeNodes = null;
2 references to _attributeNodes
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (2)
2508XmlAttributeNode attribute1 = _attributeNodes[index1]; 2509XmlAttributeNode attribute2 = _attributeNodes[index2];