1 write to _attrDuplSortingArray
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (1)
5133_attrDuplSortingArray = new NodeData[_attrCount];
6 references to _attrDuplSortingArray
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (6)
5131if (_attrDuplSortingArray == null || _attrDuplSortingArray.Length < _attrCount) 5135Array.Copy(_nodes, _index + 1, _attrDuplSortingArray, 0, _attrCount); 5136Array.Sort(_attrDuplSortingArray, 0, _attrCount); 5138NodeData attr1 = _attrDuplSortingArray[0]; 5141NodeData attr2 = _attrDuplSortingArray[i];