2 writes to _currentDataSourceValid
System.Web (2)
UI\WebControls\HierarchicalDataBoundControl.cs (2)
76_currentDataSourceValid = true; 138_currentDataSourceValid = false;
3 references to _currentDataSourceValid
System.Web (3)
UI\WebControls\HierarchicalDataBoundControl.cs (3)
46if (_currentDataSourceValid && !DesignMode) { 94Debug.Assert(_currentDataSourceValid); 111if (!DesignMode && _currentDataSourceValid && (_currentHierarchicalDataSource != null)) {