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