1 write to sortKeyBytes
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlSortKey.cs (1)
214
this.
sortKeyBytes
= sortKey;
14 references to sortKeyBytes
System.Data.SqlXml (14)
System\Xml\Xsl\Runtime\XmlSortKey.cs (14)
231
Debug.Assert(this.
sortKeyBytes
!= null && that.
sortKeyBytes
!= null, "Both keys must have non-null sortKeyBytes field");
233
cntCmp = (this.
sortKeyBytes
.Length < that.
sortKeyBytes
.Length) ? this.
sortKeyBytes
.Length : that.
sortKeyBytes
.Length;
235
if (this.
sortKeyBytes
[idx] < that.
sortKeyBytes
[idx]) {
240
if (this.
sortKeyBytes
[idx] > that.
sortKeyBytes
[idx]) {
247
if (this.
sortKeyBytes
.Length < that.
sortKeyBytes
.Length)
249
else if (this.
sortKeyBytes
.Length > that.
sortKeyBytes
.Length)