1 write to attributeSorter
System.Runtime.Serialization (1)
System\Xml\XmlBaseReader.cs (1)
798attributeSorter = new AttributeSorter();
5 references to attributeSorter
System.Runtime.Serialization (5)
System\Xml\XmlBaseReader.cs (5)
511if (attributeSorter != null) 512attributeSorter.Close(); 797if (attributeSorter == null) 800if (!attributeSorter.Sort(attributeNodes, attributeCount)) 803attributeSorter.GetIndeces(out attribute1, out attribute2);