2 instantiations of ChooseAction
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
1008
ChooseAction action = new
ChooseAction
();
System\Xml\Xsl\XsltOld\DbgCompiler.cs (1)
150
ChooseAction action = new
ChooseAction
();
4 references to ChooseAction
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\Compiler.cs (2)
1007
public virtual
ChooseAction
CreateChooseAction() {//!!! don't need to be here
1008
ChooseAction
action = new ChooseAction();
System\Xml\Xsl\XsltOld\DbgCompiler.cs (2)
149
public override
ChooseAction
CreateChooseAction() {//!!! don't need to be here
150
ChooseAction
action = new ChooseAction();