3 writes to _attributes
System.Web (3)
SiteMapNode.cs (3)
78_attributes = attributes; 107_attributes = value; 142_attributes = new NameValueCollection();
7 references to _attributes
System.Web (7)
SiteMapNode.cs (7)
100return _attributes; 115if (_attributes != null) { 116text = _attributes[key]; 141if (_attributes == null) { 145_attributes[key] = value; 408if (_attributes != null) { 409newAttributes = new NameValueCollection(_attributes);