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