2 writes to keys
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlSortKeyAccumulator.cs (2)
33
this.
keys
= new XmlSortKey[DefaultSortKeyCount];
78
this.
keys
= keysNew;
10 references to keys
System.Data.SqlXml (10)
System\Xml\Xsl\Runtime\XmlSortKeyAccumulator.cs (10)
32
if (this.
keys
== null)
36
this.
keys
[0] = null;
75
if (this.pos >= this.
keys
.Length) {
77
Array.Copy(this.
keys
, 0, keysNew, 0, this.
keys
.Length);
80
this.
keys
[this.pos] = null;
90
if (this.
keys
[this.pos] == null)
91
this.
keys
[this.pos] = key;
93
this.
keys
[this.pos].AddSortKey(key);
100
get { return this.
keys
; }