3 references to IsWrapperPart
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (3)
652if (areAllMessagesWrapped && IsWrapperPart(part)) 680if (areAllMessagesWrapped && IsWrapperPart(part)) 713return (IsWrapperPart(wsdlPart)) ? CurrentSchemaImporter.CanImportWrapperElement(wsdlPart.Element) : false;