1 write to nextKey
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlSortKey.cs (1)
50
this.
nextKey
= sortKey;
8 references to nextKey
System.Data.SqlXml (8)
System\Xml\Xsl\Runtime\XmlSortKey.cs (8)
33
key = key.
nextKey
;
44
if (this.
nextKey
!= null) {
46
this.
nextKey
.AddSortKey(sortKey);
62
if (this.
nextKey
!= null) {
64
Debug.Assert(this.
nextKey
!= null && that.
nextKey
!= null);
65
return this.
nextKey
.CompareTo(that.
nextKey
);