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)
494if (_attributeSorter != null) 495_attributeSorter.Close(); 792if (_attributeSorter == null) 795if (!_attributeSorter.Sort(attributeNodes, attributeCount)) 798_attributeSorter.GetIndeces(out attribute1, out attribute2);