1 instantiation of WsdlPortTypeOperation
System.Runtime.Remoting (1)
metadata\wsdlparser.cs (1)
1108WsdlPortTypeOperation portTypeOperation = new WsdlPortTypeOperation();
6 references to WsdlPortTypeOperation
System.Runtime.Remoting (6)
metadata\wsdlparser.cs (6)
1108WsdlPortTypeOperation portTypeOperation = new WsdlPortTypeOperation(); 1124private void ParseWsdlPortTypeOperationContent(WsdlPortType portType, WsdlPortTypeOperation portTypeOperation) 1935WsdlPortTypeOperation portTypeOp = null; 1941portTypeOp = (WsdlPortTypeOperation)portType.sections[opSec.name]; 1953portTypeOp = (WsdlPortTypeOperation)portType.sections[newOpName]; 7081Util.Log(" sections key "+d.Key+" value "+((WsdlPortTypeOperation)d.Value).name);