4 references to GetAttribute
System.Web.Services (4)
System\Web\Services\Description\ServiceDescriptionReflector.cs (1)
176serviceAttr = WebServiceReflector.GetAttribute(type);
System\Web\Services\Protocols\SoapServerMethod.cs (1)
53WebServiceAttribute serviceAttribute = WebServiceReflector.GetAttribute(serverType);
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
70WebServiceAttribute serviceAttribute = WebServiceReflector.GetAttribute(type);
System\Web\Services\WebServiceAttribute.cs (1)
91return GetAttribute(mostDerived);