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)
250if (_sortKey != null) 252Debug.Assert(that._sortKey != null, "Both keys must have non-null sortKey field"); 253result = SortKey.Compare(_sortKey, that._sortKey);