9 references to AddMethod
System.Web.Services (9)
System\Web\Services\Description\HttpProtocolImporter.cs (3)
158CodeMemberMethod mainCodeMethod = WebCodeGenerator.AddMethod(this.CodeTypeDeclaration, method.Name, new CodeFlags[parameterTypeNames.Length], parameterTypeNames, parameterNames, 199CodeMemberMethod beginCodeMethod = WebCodeGenerator.AddMethod(this.CodeTypeDeclaration, "Begin" + method.Name, new CodeFlags[asyncParameterTypeNames.Length], 213CodeMemberMethod endCodeMethod = WebCodeGenerator.AddMethod(this.CodeTypeDeclaration, "End" + method.Name, new CodeFlags[1],
System\Web\Services\Description\ProtocolImporter.cs (1)
435CodeMemberMethod asyncCancelMethod = WebCodeGenerator.AddMethod(this.CodeTypeDeclaration, cancelMethodName,
System\Web\Services\Description\SoapProtocolImporter.cs (2)
857CodeMemberMethod beginCodeMethod = WebCodeGenerator.AddMethod(this.CodeTypeDeclaration, "Begin" + uniqueMethodName, 888CodeMemberMethod codeMethod = WebCodeGenerator.AddMethod(this.CodeTypeDeclaration, "End" + uniqueMethodName,
System\Web\Services\Description\WebCodeGenerator.cs (3)
287CodeMemberMethod asyncCompleted = WebCodeGenerator.AddMethod(codeClass, callbackName, 317CodeMemberMethod asyncCodeMethod = WebCodeGenerator.AddMethod(codeClass, methodName, 329asyncCodeMethod = WebCodeGenerator.AddMethod(codeClass, methodName,