1 instantiation of RootAction
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
1070this.RootAction = new RootAction();
6 references to RootAction
System.Private.Xml (6)
System\Xml\Xsl\XsltOld\Compiler.cs (2)
88private RootAction _rootAction = null!; 144internal RootAction RootAction
System\Xml\Xsl\XsltOld\Processor.cs (3)
53private readonly RootAction? _rootAction; 263internal RootAction? RootAction 328Stylesheet stylesheet, List<TheQuery> queryStore, RootAction rootAction,
System\Xml\Xslt\XslTransform.cs (1)
37private RootAction? _RootAction;