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