5 references to
System.ServiceModel (1)
System\ServiceModel\Description\MessageContractImporter.cs (1)
1329messageParts[i] = wsdlMessage.Parts[i].Name;
System.Web.Services (4)
System\Web\Services\Description\ServiceDescription.cs (1)
1295MessagePart part = parts[i];
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
1687Write68_MessagePart(@"part", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.MessagePart)a[ia]), false, false);
System\Web\Services\Description\WebServicesInteroperability.cs (2)
400CheckMessagePart(message.Parts[i], element, message.Name, operation, binding, ns, i == 0 ? wireSignatures : null, violations); 408CheckMessagePart(message.Parts[i], element, message.Name, operation, binding, ns, i == 0 ? wireSignatures : null, violations);