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