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)
257
Debug.Assert(
_sortKeyBytes
!= null && that.
_sortKeyBytes
!= null, "Both keys must have non-null sortKeyBytes field");
259
cntCmp = (
_sortKeyBytes
.Length < that.
_sortKeyBytes
.Length) ?
_sortKeyBytes
.Length : that.
_sortKeyBytes
.Length;
262
if (
_sortKeyBytes
[idx] < that.
_sortKeyBytes
[idx])
268
if (
_sortKeyBytes
[idx] > that.
_sortKeyBytes
[idx])
276
if (
_sortKeyBytes
.Length < that.
_sortKeyBytes
.Length)
278
else if (
_sortKeyBytes
.Length > that.
_sortKeyBytes
.Length)