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)
203
if (
_arguments
== null) {
206
return
_arguments
;
452
view.Select(
_arguments
, OnDataSourceViewSelectCallback);