1 instantiation of WebMethod
System.Web.Services (1)
System\Web\Services\WebMethodAttribute.cs (1)
305WebMethod webMethod = new WebMethod(declaration, binding, attribute);
7 references to WebMethod
System.Web.Services (7)
System\Web\Services\Protocols\LogicalMethodInfo.cs (6)
66internal LogicalMethodInfo(MethodInfo methodInfo, WebMethod webMethod) { 85LogicalMethodInfo(MethodInfo beginMethodInfo, MethodInfo endMethodInfo, WebMethod webMethod) { 524WebMethod webMethod = declarations == null ? null : (WebMethod)declarations[syncMethod]; 536WebMethod webMethod = declarations == null ? null : (WebMethod)declarations[beginMethodInfo];
System\Web\Services\WebMethodAttribute.cs (1)
305WebMethod webMethod = new WebMethod(declaration, binding, attribute);