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