2 writes to pos
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlSortKeyAccumulator.cs (2)
35
this.
pos
= 0;
74
this.
pos
++;
7 references to pos
System.Data.SqlXml (7)
System\Xml\Xsl\Runtime\XmlSortKeyAccumulator.cs (7)
75
if (this.
pos
>= this.keys.Length) {
76
XmlSortKey[] keysNew = new XmlSortKey[this.
pos
* 2];
80
this.keys[this.
pos
] = null;
88
key.Priority = this.
pos
;
90
if (this.keys[this.
pos
] == null)
91
this.keys[this.
pos
] = key;
93
this.keys[this.
pos
].AddSortKey(key);