2 writes to _title
System.Web (2)
SiteMapNode.cs (2)
75
_title
= title;
341
_title
= value;
3 references to _title
System.Web (3)
SiteMapNode.cs (3)
328
localizedText = GetExplicitResourceString("title",
_title
, true);
334
return
_title
== null? String.Empty :
_title
;