1 write to rootAction
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Processor.cs (1)
304
this.
rootAction
= rootAction;
7 references to rootAction
System.Data.SqlXml (7)
System\Xml\Xsl\XsltOld\Processor.cs (7)
235
get { return this.
rootAction
; }
315
this.output = this.
rootAction
.Output;
316
this.permissions = this.
rootAction
.permissions;
326
if (this.
rootAction
.KeyList != null) {
327
this.keyList = new Key[this.
rootAction
.KeyList.Count];
329
this.keyList[i] = this.
rootAction
.KeyList[i].Clone();
344
this.PushActionFrame(this.
rootAction
, /*nodeSet:*/null);