1 write to _attributeSetTable
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\Stylesheet.cs (1)
151
_attributeSetTable
??= new Hashtable();
4 references to _attributeSetTable
System.Private.Xml (4)
System\Xml\Xsl\XsltOld\Stylesheet.cs (4)
63
internal Hashtable? AttributeSetTable { get { return
_attributeSetTable
; } }
153
if (
_attributeSetTable
.ContainsKey(attributeSet.Name) == false)
155
_attributeSetTable
[attributeSet.Name] = attributeSet;
160
((AttributeSetAction)
_attributeSetTable
[attributeSet.Name]!).Merge(attributeSet);