2 instantiations of IntegerValidatorAttribute
System.Runtime.Caching (2)
System\Runtime\Caching\Configuration\MemoryCacheElement.cs (2)
86
[
IntegerValidator
(MinValue = 0, MaxValue = 100)]
100
[
IntegerValidator
(MinValue = 0)]
1 reference to IntegerValidatorAttribute
System.Configuration (1)
System.Configuration.cs (1)
53
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.
IntegerValidatorAttribute
))]