3 references to GetMethods
System.Web.Services (3)
System\Web\Services\Description\ServiceDescriptionReflector.cs (1)
178methods = WebMethodReflector.GetMethods(type);
System\Web\Services\Protocols\HttpServerProtocol.cs (1)
28LogicalMethodInfo[] methodInfos = WebMethodReflector.GetMethods(type);
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
68LogicalMethodInfo[] methodInfos = WebMethodReflector.GetMethods(type);