2 references to AddConstructor
System.Web.Services (2)
System\Web\Services\Description\HttpProtocolImporter.cs (1)
361
CodeConstructor ctor = WebCodeGenerator.
AddConstructor
(codeClass, new string[0], new string[0], null, CodeFlags.IsPublic);
System\Web\Services\Description\SoapHttpTransportImporter.cs (1)
21
CodeConstructor ctor = WebCodeGenerator.
AddConstructor
(ImportContext.CodeTypeDeclaration, new string[0], new string[0], null, CodeFlags.IsPublic);