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