1 write to _rootAction
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
150_rootAction = value;
10 references to _rootAction
System.Private.Xml (10)
System\Xml\Xsl\XsltOld\Compiler.cs (10)
146get { return _rootAction; } 149Debug.Assert(_rootAction == null); 152_currentTemplate = _rootAction; 202_rootAction.PorcessAttributeSets(this.rootStylesheet); 208_rootAction.ReplaceNamespaceAlias(this); 216Debug.Assert(_rootAction != null); 321Debug.Assert(_rootAction != null); 418_rootAction.InsertKey(name, MatchKey, UseKey); 423_rootAction.AddDecimalFormat(name, formatinfo); 691_currentTemplate = _rootAction;