1 instantiation of MessagePartCollection
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescription.cs (1)
1012get { if (_parts == null) { _parts = new MessagePartCollection(this); } return _parts; }
6 references to MessagePartCollection
System.Web.Services.Description (6)
System\Web\Services\Description\ServiceDescription.cs (2)
993private MessagePartCollection _parts; 1010public MessagePartCollection Parts
System\Web\Services\Description\ServiceDescriptionSerializer.cs (4)
1997global::System.Web.Services.Description.MessagePartCollection a = (global::System.Web.Services.Description.MessagePartCollection)o.@Parts; 8085global::System.Web.Services.Description.MessagePartCollection a_5 = (global::System.Web.Services.Description.MessagePartCollection)o.@Parts;