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