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)
34
key = key.
_nextKey
;
46
if (
_nextKey
!= null)
49
_nextKey
.AddSortKey(sortKey);
67
if (
_nextKey
!= null)
70
Debug.Assert(
_nextKey
!= null && that.
_nextKey
!= null);
71
return
_nextKey
.CompareTo(that.
_nextKey
);