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