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