7 references to maxScale
Microsoft.CodeAnalysis.CSharp (7)
Utilities\ValueSetFactory.DecimalTC.cs (7)
26private static readonly decimal normalZero = new decimal(lo: 0, mid: 0, hi: 0, isNegative: false, scale: maxScale); 27private static readonly decimal epsilon = new decimal(lo: 1, mid: 0, hi: 0, isNegative: false, scale: maxScale); 123scale: (byte)random.Next(0, maxScale + 1)).Normalize().Value; 138if (scale > maxScale) 153if (this.scale == maxScale) 158while (scale < maxScale) 185Debug.Assert(scale <= maxScale);