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