4 references to BodyPartsTable
System.ServiceModel (4)
System\ServiceModel\Description\MessageContractImporter.cs (4)
452
BodyPartsTable
.TryGetValue(wsdlMessage, out bodyPartsFromBindings);
488
BodyPartsTable
.TryGetValue(wsdlMessage, out bodyPartsFromBindings);
1333
if (!
BodyPartsTable
.TryGetValue(wsdlMessage, out bodyPartsFromBindings))
1336
BodyPartsTable
.Add(wsdlMessage, bodyPartsFromBindings);