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