3 writes to _attrCount
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (3)
7808_attrCount++; 7875_attrCount++; 7972_attrCount = 0;
41 references to _attrCount
dotnet-svcutil-lib (41)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (41)
1039return _attrCount; 1063for (int i = _index + 1; i < _index + _attrCount + 1; i++) 1076if (i < 0 || i >= _attrCount) 1117for (int i = _index + 1; i < _index + _attrCount + 1; i++) 1138if (i < 0 || i >= _attrCount) 1154if (_attrCount == 0) 1173if (_curAttrIndex + 1 < _attrCount) 1450NodeData simpleValueNode = AddNode(_index + _attrCount + 1, _curNode.depth + 1); 1467AddNode(_index + _attrCount + 1, _index + 2); 1468_nodes[_index + _attrCount + 1] = _curNode; 1484_nodes[_index + _attrCount + 1] = _curNode; // if curNode == EntityReference node, it will be picked from here by SetupEndEntityNodeInAttribute 2581_curNode = AddNode(_index + _attrCount + 1, _index); 2839return _attrCount > 0 && _parsingFunction >= ParsingFunction.InReadAttributeValue; 3410for (int i = 0; i < _attrCount; i++) 3446for (int i = 0; i < _attrCount; i++) 4557for (int i = _index + 1; i < _index + 1 + _attrCount; i++) 4588int originalAttrCount = _attrCount; 4591if (_attrCount >= MaxAttrDuplWalkCount) 4593nameSortedAttributes = new NodeData[_attrCount]; 4594Array.Copy(_nodes, _index + 1, nameSortedAttributes, 0, _attrCount); 4777Debug.Assert(_attrCount == 0); 5103for (int i = _index + 1; i < _index + _attrCount + 1; i++) 5115if (_attrCount < MaxAttrDuplWalkCount) 5117for (int i = _index + 1; i < _index + 1 + _attrCount; i++) 5120for (int j = i + 1; j < _index + 1 + _attrCount; j++) 5131if (_attrDuplSortingArray == null || _attrDuplSortingArray.Length < _attrCount) 5133_attrDuplSortingArray = new NodeData[_attrCount]; 5135Array.Copy(_nodes, _index + 1, _attrDuplSortingArray, 0, _attrCount); 5136Array.Sort(_attrDuplSortingArray, 0, _attrCount); 5139for (int i = 1; i < _attrCount; i++) 6302_curNode = _nodes[_index + _attrCount + 1]; 7806NodeData newAttr = AddNode(_index + _attrCount + 1, attrDepth); 7844NodeData newAttr = AddNode(_index + _attrCount + 1, _index + 1); 7862for (int i = _index + 1; i < _index + _attrCount + 1; i++) 7979for (int i = _index + 1; i < _index + _attrCount + 1; i++) 8710_curNode = AddNode(_index + _attrCount + 1, _index + 2); 8956for (int i = _index + 1; i < _index + _attrCount + 1; i++) 8973for (int i = _index + 1; i < _index + _attrCount + 1; i++) 9334for (int i = _index + 1; i < _index + 1 + _attrCount; i++) 9381for (int i = _index + 1; i < _index + 1 + _attrCount; i++) 9445for (int i = _index; i < _index + _attrCount + 1; i++)