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