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