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)
46
if (
_currentDataSourceValid
&& !DesignMode) {
94
Debug.Assert(
_currentDataSourceValid
);
111
if (!DesignMode &&
_currentDataSourceValid
&& (_currentHierarchicalDataSource != null)) {