1 write to MethodInfo
System.Web (1)
UI\WebControls\ModelDataSourceMethod.cs (1)
43MethodInfo = methodInfo;
8 references to MethodInfo
System.Web (8)
UI\WebControls\ModelDataSourceView.cs (8)
336MethodInfo methodInfo = method.MethodInfo; 379Type selectMethodReturnType = method.MethodInfo.ReturnType; 409autoPage = IsAutoPagingRequired(method.MethodInfo, isReturningQueryable, isAsyncSelect); 422autoSort = IsAutoSortingRequired(method.MethodInfo, isReturningQueryable); 574if (isAsyncMethod && IsCancellationRequired(method.MethodInfo, out cancellationTokenParameterName)) { 966MethodInfo actionMethod = modelDataSourceMethod.MethodInfo; 1214returnValue = _methodInvokerDispatcher(method.MethodInfo, method.Instance, parameterValues); 1215OrderedDictionary outputParameters = GetOutputParameters(method.MethodInfo.GetParameters(), parameterValues);