8 references to MethodAttribute
System.Web.Services (8)
System\Web\Services\Description\HttpProtocolReflector.cs (1)
117
WebMethodAttribute methodAttribute = Method.
MethodAttribute
;
System\Web\Services\Description\ProtocolReflector.cs (1)
255
this.methodAttr = method.
MethodAttribute
;
System\Web\Services\Description\ServiceDescriptionReflector.cs (1)
221
WebMethodAttribute attribute = method.
MethodAttribute
;
System\Web\Services\Description\SoapProtocolReflector.cs (1)
66
WebMethodAttribute methodAttr = Method.
MethodAttribute
;
System\Web\Services\Protocols\HttpServerProtocol.cs (1)
99
WebMethodAttribute methodAttribute = method.methodInfo.
MethodAttribute
;
System\Web\Services\Protocols\ServerProtocol.cs (1)
104
methodAttr = MethodInfo.
MethodAttribute
;
System\Web\Services\Protocols\SoapReflector.cs (2)
305
WebMethodAttribute webMethodAttribute = methodInfo.
MethodAttribute
;
569
WebMethodAttribute methodAttribute = methodInfo.
MethodAttribute
;