1 write to _attributeSorter
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
793
_attributeSorter
= new AttributeSorter();
5 references to _attributeSorter
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (5)
494
if (
_attributeSorter
!= null)
495
_attributeSorter
.Close();
792
if (
_attributeSorter
== null)
795
if (!
_attributeSorter
.Sort(attributeNodes, attributeCount))
798
_attributeSorter
.GetIndeces(out attribute1, out attribute2);