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