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