2 writes to _currentSiteMapNodeDataPath
System.Web (2)
UI\WebControls\TreeView.cs (2)
1432_currentSiteMapNodeDataPath = currentNodeData.Path; 1435_currentSiteMapNodeDataPath = String.Empty;
2 references to _currentSiteMapNodeDataPath
System.Web (2)
UI\WebControls\TreeView.cs (2)
1429if (_currentSiteMapNodeDataPath == null) { 1694if (String.Equals(data.Path, _currentSiteMapNodeDataPath, StringComparison.OrdinalIgnoreCase)) {