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