1 write to attributeSetTable
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Stylesheet.cs (1)
130this.attributeSetTable = new Hashtable();
6 references to attributeSetTable
System.Data.SqlXml (6)
System\Xml\Xsl\XsltOld\Stylesheet.cs (6)
60internal Hashtable AttributeSetTable { get { return this.attributeSetTable; } } 129if (this.attributeSetTable == null) { 132Debug.Assert(this.attributeSetTable != null); 134if (this.attributeSetTable.ContainsKey(attributeSet.Name) == false) { 135this.attributeSetTable[attributeSet.Name] = attributeSet; 139((AttributeSetAction)this.attributeSetTable[attributeSet.Name]).Merge(attributeSet);