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