15 references to Parts
dotnet-svcutil-lib (15)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (13)
391
if (wsdlMessage.
Parts
.Count > 0)
417
WsdlNS.MessagePartCollection messageParts = wsdlMessage.
Parts
;
465
if (wsdlMessage.
Parts
.Count == 1)
467
if (TryImportAnyMessage(wsdlMessage.
Parts
[0], messageDescription, isReply))
469
if (TryImportStream(wsdlMessage.
Parts
[0], messageDescription, isReply, areAllMessagesWrapped))
475
WsdlNS.MessagePartCollection messageParts = wsdlMessage.
Parts
;
615
if (faultMessage.
Parts
.Count != 1)
622
WsdlNS.MessagePart faultMessageDetail = faultMessage.
Parts
[0];
718
WsdlNS.MessagePart wsdlPart = wsdlMessage.
Parts
[0];
776
foreach (WsdlNS.MessagePart part in message.
Parts
)
911
foreach (WsdlNS.MessagePart part in message.
Parts
)
1315
messageParts = new string[wsdlMessage.
Parts
.Count];
1317
messageParts[i] = wsdlMessage.
Parts
[i].Name;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
2151
global::System.Web.Services.Description.MessagePartCollection a = (global::System.Web.Services.Description.MessagePartCollection)o.
@Parts
;
8249
global::System.Web.Services.Description.MessagePartCollection a_5 = (global::System.Web.Services.Description.MessagePartCollection)o.
@Parts
;