1 write to rootAction
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
147
this.
rootAction
= value;
11 references to rootAction
System.Data.SqlXml (11)
System\Xml\Xsl\XsltOld\Compiler.cs (11)
144
get { return this.
rootAction
; }
146
Debug.Assert(this.
rootAction
== null);
149
this.currentTemplate = this.
rootAction
;
195
this.
rootAction
.PorcessAttributeSets(this.rootStylesheet);
199
this.
rootAction
.permissions = SecurityManager.GetStandardSandbox(evidence);
204
this.
rootAction
.ReplaceNamespaceAlias(this);
211
Debug.Assert(this.
rootAction
!= null);
302
Debug.Assert(this.
rootAction
!= null);
382
this.
rootAction
.InsertKey(name, MatchKey, UseKey);
386
this.
rootAction
.AddDecimalFormat(name, formatinfo);
620
this.currentTemplate = this.
rootAction
;