1 write to s_positiveIntegerValidator
System.Web (1)
Configuration\StdValidatorsAndConverters.cs (1)
143s_positiveIntegerValidator = new IntegerValidator(0, int.MaxValue);
2 references to s_positiveIntegerValidator
System.Web (2)
Configuration\StdValidatorsAndConverters.cs (2)
142if (s_positiveIntegerValidator == null) { 146return s_positiveIntegerValidator;