2 writes to _arguments
System.Web (2)
UI\WebControls\DataBoundControl.cs (2)
204_arguments = CreateDataSourceSelectArguments(); 448_arguments = CreateDataSourceSelectArguments();
3 references to _arguments
System.Web (3)
UI\WebControls\DataBoundControl.cs (3)
203if (_arguments == null) { 206return _arguments; 452view.Select(_arguments, OnDataSourceViewSelectCallback);