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