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