1 write to ProtocolReflectorTypes
System.Web.Services (1)
System\Web\Services\Configuration\WebServicesSection.cs (1)
460ProtocolReflectorTypes = (Type[])reflectors.ToArray(typeof(Type));
2 references to ProtocolReflectorTypes
System.Web.Services (2)
System\Web\Services\Configuration\WebServicesSection.cs (1)
450ArrayList reflectors = new ArrayList(ProtocolReflectorTypes);
System\Web\Services\Description\ServiceDescriptionReflector.cs (1)
116Type[] reflectorTypes = WebServicesSection.Current.ProtocolReflectorTypes;