2 references to GetSelectAsyncFunc
System.Web (2)
UI\WebControls\ModelDataSourceView.cs (2)
720
Func<object, Task> func =
GetSelectAsyncFunc
(arguments, callback, method);
930
return
GetSelectAsyncFunc
(arguments, callback, method);