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)
328localizedText = GetExplicitResourceString("title", _title, true); 334return _title == null? String.Empty : _title;