9 references to WebMethodReflector
System.Web.Services (9)
System\Web\Services\Description\ServiceDescriptionReflector.cs (2)
161WebMethodReflector.IncludeTypes(methods, importer); 178methods = WebMethodReflector.GetMethods(type);
System\Web\Services\Protocols\HttpServerProtocol.cs (1)
28LogicalMethodInfo[] methodInfos = WebMethodReflector.GetMethods(type);
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
118WebMethodReflector.IncludeTypes(methodInfos, xmlImporter);
System\Web\Services\Protocols\SoapServerMethod.cs (1)
64WebMethodReflector.IncludeTypes(methodInfo, xmlImporter);
System\Web\Services\Protocols\SoapServerProtocol.cs (2)
68LogicalMethodInfo[] methodInfos = WebMethodReflector.GetMethods(type); 78WebMethodReflector.IncludeTypes(methodInfos, xmlImporter);
System\Web\Services\Protocols\XmlReturnReader.cs (1)
28WebMethodReflector.IncludeTypes(methodInfos, importer);
System\Web\Services\WebMethodAttribute.cs (1)
301WebMethodAttribute attribute = WebMethodReflector.GetAttribute(methods[i], declaration);