5 references to _attributeSetTable
System.Private.Xml (5)
System\Xml\Xsl\XsltOld\RootAction.cs (5)
105AttributeSetAction? action = (AttributeSetAction?)_attributeSetTable[name]; 119foreach (AttributeSetAction attSet in _attributeSetTable.Values) 125CheckAttributeSets_RecurceInList(new Hashtable(), _attributeSetTable.Keys); 137AttributeSetAction? dstAttSet = (AttributeSetAction?)_attributeSetTable[srcAttSet.Name!]; 145_attributeSetTable[srcAttSet.Name!] = dstAttSet;