1 write to methodName
System.Runtime.Remoting (1)
metadata\wsdlparser.cs (1)
1880methodInfo.methodName = op.name;
19 references to methodName
System.Runtime.Remoting (19)
metadata\wsdlparser.cs (19)
1722parsingRRMethod.AddRequest(methodInfo.methodName, methodInfo.methodNameNs); 1723parsingRRMethod.AddResponse(methodInfo.methodName, methodInfo.methodNameNs); 1730parsingOWMethod.AddMessage(methodInfo.methodName, methodInfo.methodNameNs); 1736methodInfo.methodName)); 1779parsingRRMethod.AddRequest(methodInfo.methodName, methodInfo.methodNameNs); 1780parsingRRMethod.AddResponse(methodInfo.methodName, methodInfo.methodNameNs); 1785OnewayMethod parsingOWMethod = new OnewayMethod(methodInfo.methodName, methodInfo.soapAction, null); 1786parsingOWMethod.AddMessage(methodInfo.methodName, methodInfo.methodNameNs); 1793methodInfo.methodName)); 1886if ((methodInfo.methodName.StartsWith("get_", StringComparison.Ordinal) && methodInfo.methodName.Length > 4)) 1888else if ((methodInfo.methodName.StartsWith("set_", StringComparison.Ordinal) && methodInfo.methodName.Length > 4)) 1893String propertyName = methodInfo.methodName.Substring(4); 4161: base (wsdlMethodInfo.methodName, wsdlMethodInfo.soapAction, wsdlMethodInfo.methodAttributes, complexType) 4163Util.Log("RRMethod.RRMethod WsdlMethodInfo name "+wsdlMethodInfo.methodName+" soapAction "+wsdlMethodInfo.soapAction); 4290: base (wsdlMethodInfo.methodName, wsdlMethodInfo.soapAction, wsdlMethodInfo.methodAttributes, complexType) 4292Util.Log("OnewayMethod.OnewayMethod WsdlMethodInfo name "+wsdlMethodInfo.methodName+" soapAction "+wsdlMethodInfo.soapAction); 7537Util.Log(" methodName "+methodName);