2 writes to methodInfo
System.Web.Services (2)
System\Web\Services\Protocols\LogicalMethodInfo.cs (2)
68this.methodInfo = methodInfo; 86this.methodInfo = beginMethodInfo;
19 references to methodInfo
System.Web.Services (19)
System\Web\Services\Protocols\LogicalMethodInfo.cs (19)
125return methodInfo.ToString(); 142object returnValue = methodInfo.Invoke(target, values); 172return (IAsyncResult)methodInfo.Invoke(target, asyncValues); 211get { return methodInfo.DeclaringType; } 308object[] implAttributes = methodInfo.GetCustomAttributes(type, false); 321throw new InvalidOperationException(Res.GetString(Res.ContractOverride, methodInfo.Name, methodInfo.DeclaringType.FullName, declaration.DeclaringType.FullName, declaration.ToString(), implAttributes[0].ToString())); 329attrForType = methodInfo.GetCustomAttributes(type, false); 366get { return methodInfo; } 377return methodInfo.ReturnTypeCustomAttributes; 389get { return endMethodInfo == null ? methodInfo : null; } 397get { return methodInfo; } 553if (methodInfo == null) 555string key = methodInfo.DeclaringType.FullName + ":" + methodInfo.ToString(); 567methodInfo.GetParameters(); 568ParameterInfo[] parameters = methodInfo.GetParameters(); 573throw new InvalidOperationException(Res.GetString(Res.ContractOverride, methodInfo.Name, methodInfo.DeclaringType.FullName, declaration.DeclaringType.FullName, declaration.ToString(), o.ToString()));