4 writes to nodeSet
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\ActionFrame.cs (4)
120this.nodeSet = nodeSet; 144this.nodeSet = this.newNodeSet; // trick proc.Current node 153this.nodeSet = savedNodeset; // restore proc.Current node 174this.nodeSet = nodeSet;
11 references to nodeSet
System.Data.SqlXml (11)
System\Xml\Xsl\XsltOld\ActionFrame.cs (11)
60if (this.nodeSet != null) { 61return this.nodeSet.Current; 68get { return this.nodeSet; } 143XPathNodeIterator savedNodeset = this.nodeSet; 235bool next = this.nodeSet.MoveNext(); 237XPathNodeType type = this.nodeSet.Current.NodeType; 239XPathNavigator nav = this.nodeSet.Current.Clone(); 242nav.MoveTo(this.nodeSet.Current); 244flag = ! proc.Stylesheet.PreserveWhiteSpace(proc, nav) && (next = this.nodeSet.MoveNext()); 245type = this.nodeSet.Current.NodeType; 282get { return this.nodeSet.Clone(); }