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