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