4 writes to name
System.Runtime.Remoting (4)
metadata\wsdlparser.cs (4)
1406opSec.name = op.name; 1417opSec.name = LookupAttribute(s_nameString, null, false); 1423opSec.name = Atomize(op.name+"Request"); 1426opSec.name = Atomize(op.name+"Response");
7 references to name
System.Runtime.Remoting (7)
metadata\wsdlparser.cs (7)
1418if (MatchingStrings(opSec.name, s_emptyString)) 1941portTypeOp = (WsdlPortTypeOperation)portType.sections[opSec.name]; 1943Util.Log("WsdlParser.ResolveWsdlMethodInfo find portTypeOp 1 "+opSec.name+" portTypeOp "+portTypeOp); 1949int index = opSec.name.LastIndexOf("Request"); 1952String newOpName = opSec.name.Substring(0, index); 7231Util.Log("WsdlBIndingOperationSection.UsedNamespace "+name); 7238Util.Log(" name "+name);