1 write to ProtocolImporterTypes
System.Web.Services (1)
System\Web\Services\Configuration\WebServicesSection.cs (1)
459
ProtocolImporterTypes
= (Type[])importers.ToArray(typeof(Type));
2 references to ProtocolImporterTypes
System.Web.Services (2)
System\Web\Services\Configuration\WebServicesSection.cs (1)
449
ArrayList importers = new ArrayList(
ProtocolImporterTypes
);
System\Web\Services\Description\ServiceDescriptionImporter.cs (1)
126
Type[] importerTypes = WebServicesSection.Current.
ProtocolImporterTypes
;