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