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