5 references to attributeSetTable
System.Data.SqlXml (5)
System\Xml\Xsl\XsltOld\RootAction.cs (5)
109AttributeSetAction action = (AttributeSetAction) this.attributeSetTable[name]; 121foreach (AttributeSetAction attSet in this.attributeSetTable.Values) { 128CheckAttributeSets_RecurceInList(new Hashtable(), this.attributeSetTable.Keys); 137AttributeSetAction dstAttSet = (AttributeSetAction) this.attributeSetTable[srcAttSet.Name]; 143this.attributeSetTable[srcAttSet.Name] = dstAttSet;