2 writes to _currentSiteMapNodeUrl
System.Web (2)
UI\WebControls\Menu.cs (2)
1407_currentSiteMapNodeUrl = currentNode.Url; 1416_currentSiteMapNodeUrl = null;
1 reference to _currentSiteMapNodeUrl
System.Web (1)
UI\WebControls\Menu.cs (1)
1706if (String.Equals(data.Path, _currentSiteMapNodeUrl, StringComparison.OrdinalIgnoreCase)) {