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