1 instantiation of WithParamAction
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
1132WithParamAction action = new WithParamAction();
6 references to WithParamAction
System.Private.Xml (6)
System\Xml\Xsl\XsltOld\ApplyTemplatesAction.cs (1)
99WithParamAction par = compiler.CreateWithParamAction();
System\Xml\Xsl\XsltOld\CallTemplateAction.cs (1)
58WithParamAction par = compiler.CreateWithParamAction();
System\Xml\Xsl\XsltOld\Compiler.cs (2)
1130public WithParamAction CreateWithParamAction() 1132WithParamAction action = new WithParamAction();
System\Xml\Xsl\XsltOld\ContainerAction.cs (2)
999WithParamAction? param = action as WithParamAction;