1 write to sortKey
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlSortKey.cs (1)
209
this.
sortKey
= sortKey;
4 references to sortKey
System.Data.SqlXml (4)
System\Xml\Xsl\Runtime\XmlSortKey.cs (4)
226
if (this.
sortKey
!= null) {
227
Debug.Assert(that.
sortKey
!= null, "Both keys must have non-null sortKey field");
228
result = SortKey.Compare(this.
sortKey
, that.
sortKey
);