1 instantiation of MessagePartCollection
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
1423get { if (_parts == null) _parts = new MessagePartCollection(this); return _parts; }
8 references to MessagePartCollection
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (2)
417WsdlNS.MessagePartCollection messageParts = wsdlMessage.Parts; 475WsdlNS.MessagePartCollection messageParts = wsdlMessage.Parts;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (2)
1388private MessagePartCollection _parts; 1421public MessagePartCollection Parts
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (4)
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;