1 write to methodNameNs
System.Runtime.Remoting (1)
metadata\wsdlparser.cs (1)
1881methodInfo.methodNameNs = op.nameNs;
7 references to methodNameNs
System.Runtime.Remoting (7)
metadata\wsdlparser.cs (7)
1722parsingRRMethod.AddRequest(methodInfo.methodName, methodInfo.methodNameNs); 1723parsingRRMethod.AddResponse(methodInfo.methodName, methodInfo.methodNameNs); 1730parsingOWMethod.AddMessage(methodInfo.methodName, methodInfo.methodNameNs); 1779parsingRRMethod.AddRequest(methodInfo.methodName, methodInfo.methodNameNs); 1780parsingRRMethod.AddResponse(methodInfo.methodName, methodInfo.methodNameNs); 1786parsingOWMethod.AddMessage(methodInfo.methodName, methodInfo.methodNameNs); 7538Util.Log(" ns "+methodNameNs);