1 write to _sortKeyBytes
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlSortKey.cs (1)
237_sortKeyBytes = sortKey;
14 references to _sortKeyBytes
System.Private.Xml (14)
System\Xml\Xsl\Runtime\XmlSortKey.cs (14)
257Debug.Assert(_sortKeyBytes != null && that._sortKeyBytes != null, "Both keys must have non-null sortKeyBytes field"); 259cntCmp = (_sortKeyBytes.Length < that._sortKeyBytes.Length) ? _sortKeyBytes.Length : that._sortKeyBytes.Length; 262if (_sortKeyBytes[idx] < that._sortKeyBytes[idx]) 268if (_sortKeyBytes[idx] > that._sortKeyBytes[idx]) 276if (_sortKeyBytes.Length < that._sortKeyBytes.Length) 278else if (_sortKeyBytes.Length > that._sortKeyBytes.Length)