1 write to _nextKey
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlSortKey.cs (1)
54_nextKey = sortKey;
8 references to _nextKey
System.Private.Xml (8)
System\Xml\Xsl\Runtime\XmlSortKey.cs (8)
34key = key._nextKey; 46if (_nextKey != null) 49_nextKey.AddSortKey(sortKey); 67if (_nextKey != null) 70Debug.Assert(_nextKey != null && that._nextKey != null); 71return _nextKey.CompareTo(that._nextKey);