2 writes to _count
System.Private.Xml (2)
System\Xml\Xsl\QIL\QilList.cs (2)
132_count++; 144_count--;
16 references to _count
System.Private.Xml (16)
System\Xml\Xsl\QIL\QilList.cs (16)
51if (_count > 0) 55for (int i = 0; i < _count; i++) 63for (int i = 1; i < _count; i++) 93get { return _count; } 100if (index >= 0 && index < _count) 107if (index >= 0 && index < _count) 119if (index < 0 || index > _count) 122if (_count == _members.Length) 124QilNode[] membersNew = new QilNode[_count * 2]; 125Array.Copy(_members, membersNew, _count); 129if (index < _count) 130Array.Copy(_members, index, _members, index + 1, _count - index); 141if (index < 0 || index >= _count) 145if (index < _count) 146Array.Copy(_members, index + 1, _members, index, _count - index); 148_members[_count] = null!;