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