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)
2508
XmlAttributeNode attribute1 =
_attributeNodes
[index1];
2509
XmlAttributeNode attribute2 =
_attributeNodes
[index2];