1 type derived from WithParamAction
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\DbgCompiler.cs (1)
686private class WithParamActionDbg : WithParamAction {
1 instantiation of WithParamAction
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
1126WithParamAction action = new WithParamAction();
8 references to WithParamAction
System.Data.SqlXml (8)
System\Xml\Xsl\XsltOld\ApplyTemplatesAction.cs (1)
92WithParamAction par = compiler.CreateWithParamAction();
System\Xml\Xsl\XsltOld\CallTemplateAction.cs (1)
52WithParamAction par = compiler.CreateWithParamAction();
System\Xml\Xsl\XsltOld\Compiler.cs (2)
1125public virtual WithParamAction CreateWithParamAction() { 1126WithParamAction action = new WithParamAction();
System\Xml\Xsl\XsltOld\ContainerAction.cs (2)
831WithParamAction param = action as WithParamAction;
System\Xml\Xsl\XsltOld\DbgCompiler.cs (2)
262public override WithParamAction CreateWithParamAction() { 263WithParamAction action = new WithParamActionDbg();