1 type derived from TimeSpanSecondsConverter
System.Configuration (1)
System\Configuration\TimeSpanSecondsOrInfiniteConverter.cs (1)
21public sealed class TimeSpanSecondsOrInfiniteConverter : TimeSpanSecondsConverter {
1 instantiation of TimeSpanSecondsConverter
System.Web (1)
Configuration\StdValidatorsAndConverters.cs (1)
63s_timeSpanSecondsConverter = new TimeSpanSecondsConverter();
6 references to TimeSpanSecondsConverter
System.Web (6)
Configuration\HealthMonitoringSection.cs (1)
325[TypeConverter(typeof(TimeSpanSecondsConverter))]
Configuration\HostingEnvironmentSection.cs (1)
83[TypeConverter(typeof(TimeSpanSecondsConverter))]
Configuration\HttpRuntimeSection.cs (3)
398[TypeConverter(typeof(TimeSpanSecondsConverter))] 605[TypeConverter(typeof(TimeSpanSecondsConverter))] 616[TypeConverter(typeof(TimeSpanSecondsConverter))]
Configuration\PagesSection.cs (1)
628[TypeConverter(typeof(TimeSpanSecondsConverter))]