1 type derived from AttributeAction
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\DbgCompiler.cs (1)
314
private class AttributeActionDbg :
AttributeAction
{
1 instantiation of AttributeAction
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
990
AttributeAction action = new
AttributeAction
();
4 references to AttributeAction
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\Compiler.cs (2)
989
public virtual
AttributeAction
CreateAttributeAction() {
990
AttributeAction
action = new AttributeAction();
System\Xml\Xsl\XsltOld\DbgCompiler.cs (2)
131
public override
AttributeAction
CreateAttributeAction() {
132
AttributeAction
action = new AttributeActionDbg();