1 write to s_timeSpanSecondsConverter
System.Web (1)
Configuration\StdValidatorsAndConverters.cs (1)
63s_timeSpanSecondsConverter = new TimeSpanSecondsConverter();
2 references to s_timeSpanSecondsConverter
System.Web (2)
Configuration\StdValidatorsAndConverters.cs (2)
62if (s_timeSpanSecondsConverter == null) { 66return s_timeSpanSecondsConverter;