1 instantiation of MessagePartCollection
System.Web.Services (1)
System\Web\Services\Description\ServiceDescription.cs (1)
1274get { if (parts == null) parts = new MessagePartCollection(this); return parts; }
8 references to MessagePartCollection
System.ServiceModel (2)
System\ServiceModel\Description\MessageContractImporter.cs (2)
428WsdlNS.MessagePartCollection messageParts = wsdlMessage.Parts; 486WsdlNS.MessagePartCollection messageParts = wsdlMessage.Parts;
System.Web.Services (6)
System\Web\Services\Description\ServiceDescription.cs (2)
1243MessagePartCollection parts; 1273public MessagePartCollection Parts {
System\Web\Services\Description\ServiceDescriptionSerializer.cs (4)
1684global::System.Web.Services.Description.MessagePartCollection a = (global::System.Web.Services.Description.MessagePartCollection)o.@Parts; 6619global::System.Web.Services.Description.MessagePartCollection a_5 = (global::System.Web.Services.Description.MessagePartCollection)o.@Parts;