1 write to _sortKey
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlSortKey.cs (1)
231
_sortKey
= sortKey;
4 references to _sortKey
System.Private.Xml (4)
System\Xml\Xsl\Runtime\XmlSortKey.cs (4)
250
if (
_sortKey
!= null)
252
Debug.Assert(that.
_sortKey
!= null, "Both keys must have non-null sortKey field");
253
result = SortKey.Compare(
_sortKey
, that.
_sortKey
);