4 references to MaxCachedValue
Microsoft.Extensions.Compliance.Redaction (4)
src\Shared\NumericExtensions\NumericExtensions.cs (4)
52private const int NumCachedValues = MaxCachedValue - MinCachedValue + 1; 67if (value >= MinCachedValue && value <= MaxCachedValue) 86if (value >= MinCachedValue && value <= MaxCachedValue) 99for (int i = MinCachedValue; i <= MaxCachedValue; i++)