2 writes to keyNodes
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\RootAction.cs (2)
31
this.
keyNodes
= null;
40
this.
keyNodes
= new ArrayList();
6 references to keyNodes
System.Data.SqlXml (6)
System\Xml\Xsl\XsltOld\RootAction.cs (6)
39
if (this.
keyNodes
== null) {
42
this.
keyNodes
.Add(new DocumentKeyList(root, table));
46
if (this.
keyNodes
!= null) {
47
for(int i=0; i <
keyNodes
.Count; i++) {
48
if (((DocumentKeyList)
keyNodes
[i]).RootNav.IsSamePosition(root)) {
49
return ((DocumentKeyList)
keyNodes
[i]).KeyTable;