1 instantiation of UseAttributeSetsAction
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
1104UseAttributeSetsAction action = new UseAttributeSetsAction();
4 references to UseAttributeSetsAction
System.Private.Xml (4)
System\Xml\Xsl\XsltOld\Compiler.cs (2)
1102public UseAttributeSetsAction CreateUseAttributeSetsAction() 1104UseAttributeSetsAction action = new UseAttributeSetsAction();
System\Xml\Xsl\XsltOld\RootAction.cs (2)
204if (action is UseAttributeSetsAction) 206CheckAttributeSets_RecurceInList(markTable, ((UseAttributeSetsAction)action).UsedSets!);