5 references to _attributeSetTable
System.Private.Xml (5)
System\Xml\Xsl\XsltOld\RootAction.cs (5)
106AttributeSetAction? action = (AttributeSetAction?)_attributeSetTable[name]; 120foreach (AttributeSetAction attSet in _attributeSetTable.Values) 126CheckAttributeSets_RecurceInList(new Hashtable(), _attributeSetTable.Keys); 138AttributeSetAction? dstAttSet = (AttributeSetAction?)_attributeSetTable[srcAttSet.Name!]; 146_attributeSetTable[srcAttSet.Name!] = dstAttSet;