6 references to Declaration
System.Web.Services (6)
System\Web\Services\Protocols\SoapReflector.cs (3)
168if (method.Declaration != null) { 169importer.IncludeTypes(method.Declaration.DeclaringType); 170importer.IncludeTypes(method.Declaration);
System\Web\Services\WebMethodAttribute.cs (3)
330if (method.Declaration != null) { 331importer.IncludeTypes(method.Declaration.DeclaringType); 332importer.IncludeTypes(method.Declaration);