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)
100
return
_attributes
;
115
if (
_attributes
!= null) {
116
text =
_attributes
[key];
141
if (
_attributes
== null) {
145
_attributes
[key] = value;
408
if (
_attributes
!= null) {
409
newAttributes = new NameValueCollection(
_attributes
);