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