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)
146
get { return
_rootAction
; }
149
Debug.Assert(
_rootAction
== null);
152
_currentTemplate =
_rootAction
;
202
_rootAction
.PorcessAttributeSets(this.rootStylesheet);
208
_rootAction
.ReplaceNamespaceAlias(this);
216
Debug.Assert(
_rootAction
!= null);
321
Debug.Assert(
_rootAction
!= null);
418
_rootAction
.InsertKey(name, MatchKey, UseKey);
423
_rootAction
.AddDecimalFormat(name, formatinfo);
691
_currentTemplate =
_rootAction
;