3 writes to _dataSource
System.Web.Extensions (3)
UI\WebControls\QueryExtender.cs (3)
29_dataSource = dataSource; 40_dataSource = DataBoundControlHelper.FindControl(this, TargetControlID) as IQueryableDataSource; 77_dataSource = null;
3 references to _dataSource
System.Web.Extensions (3)
UI\WebControls\QueryExtender.cs (3)
36if (_dataSource == null) { 42if (_dataSource == null) { 49return _dataSource;