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