3 writes to newNodeSet
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\ActionFrame.cs (3)
125this.newNodeSet = nodeSet; 156this.newNodeSet = new XPathSortArrayIterator(results); 175this.newNodeSet = null;
10 references to newNodeSet
System.Data.SqlXml (10)
System\Xml\Xsl\XsltOld\ActionFrame.cs (10)
72get { return this.newNodeSet; } 144this.nodeSet = this.newNodeSet; // trick proc.Current node 146SortKey key = new SortKey(numSorts, /*originalPosition:*/results.Count, this.newNodeSet.Current.Clone()); 149key[j] = comparer.Expression(j).Evaluate(this.newNodeSet); 254bool next = this.newNodeSet.MoveNext(); 256XPathNodeType type = this.newNodeSet.Current.NodeType; 258XPathNavigator nav = this.newNodeSet.Current.Clone(); 261nav.MoveTo(this.newNodeSet.Current); 263flag = ! proc.Stylesheet.PreserveWhiteSpace(proc, nav) && (next = this.newNodeSet.MoveNext()) ; 264type = this.newNodeSet.Current.NodeType;