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