2 references to MethodSignature
System.Web.Services (2)
System\Web\Services\Description\HttpProtocolImporter.cs (1)
231string methodKey = MethodSignature(uniqueMethodName, method.MimeReturn.TypeName, new CodeFlags[parameterTypeNames.Length], parameterTypeNames);
System\Web\Services\Description\SoapProtocolImporter.cs (1)
906string methodKey = MethodSignature(uniqueMethodName, returnType, parameterFlags, parameterTypes);