1 write to Name
System.Web.Services (1)
System\Web\Services\Description\HttpProtocolImporter.cs (1)
326method.Name = MethodNames.AddUnique(MethodName, method);
5 references to Name
System.Web.Services (5)
System\Web\Services\Description\HttpProtocolImporter.cs (5)
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], 230string uniqueMethodName = method.Name; 282invokeParams[0] = new CodePrimitiveExpression(method.Name);