2 writes to _pos
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlSortKeyAccumulator.cs (2)
33_pos = 0; 80_pos++;
7 references to _pos
System.Private.Xml (7)
System\Xml\Xsl\Runtime\XmlSortKeyAccumulator.cs (7)
81if (_pos >= _keys.Length) 83XmlSortKey[] keysNew = new XmlSortKey[_pos * 2]; 87_keys[_pos] = null; 96key.Priority = _pos; 98if (_keys[_pos] == null) 99_keys[_pos] = key; 101_keys[_pos]!.AddSortKey(key);