3 references to IsWrapperPart
System.ServiceModel (3)
System\ServiceModel\Description\MessageContractImporter.cs (3)
663
if (areAllMessagesWrapped &&
IsWrapperPart
(part))
691
if (areAllMessagesWrapped &&
IsWrapperPart
(part))
724
return (
IsWrapperPart
(wsdlPart)) ? CurrentSchemaImporter.CanImportWrapperElement(wsdlPart.Element) : false;