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)
63internal Hashtable? AttributeSetTable { get { return _attributeSetTable; } } 153if (_attributeSetTable.ContainsKey(attributeSet.Name) == false) 155_attributeSetTable[attributeSet.Name] = attributeSet; 160((AttributeSetAction)_attributeSetTable[attributeSet.Name]!).Merge(attributeSet);