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