10 references to TimeSpanValidator
System.IdentityModel (1)
System\IdentityModel\Configuration\TimeSpanOrInfiniteValidator.cs (1)
13: base(minValue, maxValue)
System.ServiceModel (1)
System\ServiceModel\Configuration\TimeSpanOrInfiniteValidator.cs (1)
13: base(minValue, maxValue)
System.Transactions (2)
System\Transactions\Configuration\DefaultSettingsSection.cs (1)
65new TimeSpanValidator( TimeSpan.Zero, TimeSpan.MaxValue ),
System\Transactions\Configuration\MachineSettingsSection.cs (1)
57new TimeSpanValidator( TimeSpan.Zero, TimeSpan.MaxValue ),
System.Web (6)
Configuration\FormsAuthenticationConfiguration.cs (1)
141new TimeSpanValidator(TimeSpan.FromMinutes(1), TimeSpan.MaxValue),
Configuration\HealthMonitoringSection.cs (1)
264new TimeSpanValidator(TimeSpan.Zero, TimeSpan.FromSeconds(MAX_HEARTBEAT_VALUE)),
Configuration\HostingEnvironmentSection.cs (1)
49new TimeSpanValidator(TimeSpan.Zero, TimeSpan.MaxValue),
Configuration\MembershipSection.cs (1)
99new TimeSpanValidator(TimeSpan.FromMinutes(1), TimeSpan.MaxValue),
Configuration\RegexMatchTimeoutValidator.cs (1)
12: base(_minValue, _maxValue) {
Configuration\SessionStateSection.cs (1)
156new TimeSpanValidator(TimeSpan.FromMinutes(1), TimeSpan.MaxValue),