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