1 type derived from UseAttributeSetsAction
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\DbgCompiler.cs (1)
633private class UseAttributeSetsActionDbg : UseAttributeSetsAction {
1 instantiation of UseAttributeSetsAction
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
1103UseAttributeSetsAction action = new UseAttributeSetsAction();
6 references to UseAttributeSetsAction
System.Data.SqlXml (6)
System\Xml\Xsl\XsltOld\Compiler.cs (2)
1102public virtual UseAttributeSetsAction CreateUseAttributeSetsAction() { 1103UseAttributeSetsAction action = new UseAttributeSetsAction();
System\Xml\Xsl\XsltOld\DbgCompiler.cs (2)
244public override UseAttributeSetsAction CreateUseAttributeSetsAction() { 245UseAttributeSetsAction action = new UseAttributeSetsActionDbg();
System\Xml\Xsl\XsltOld\RootAction.cs (2)
187if(action is UseAttributeSetsAction) { 188CheckAttributeSets_RecurceInList(markTable, ((UseAttributeSetsAction)action).UsedSets);