1 reference to 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; }