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