2 references to MaxInt32Scale
mscorlib (2)
system\decimal.cs (2)
660Int32 diffChunk = (scaleDifference > MaxInt32Scale) ? MaxInt32Scale : scaleDifference;