10 references to sections
System.Runtime.Remoting (10)
metadata\wsdlparser.cs (10)
1143
if (portType.
sections
.ContainsKey(portContent.name))
1146
portType.
sections
[portContent.name] = portTypeOperation; //for request response
1147
portType.
sections
[portTypeOperation.name] = portTypeOperation; // for one way don't know yet if one way or response
1151
if (portType.
sections
.ContainsKey(portContent.name))
1155
portType.
sections
[portContent.name] = portTypeOperation;
1172
if (!portType.
sections
.ContainsKey(portContent.name))
1173
portType.
sections
[portContent.name] = portTypeOperation;
1941
portTypeOp = (WsdlPortTypeOperation)portType.
sections
[opSec.name];
1953
portTypeOp = (WsdlPortTypeOperation)portType.
sections
[newOpName];
7080
foreach (DictionaryEntry d in
sections
)