3 references to s_smallNumberCache
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (3)
255/// <summary>The non-inclusive upper bound of <see cref="s_smallNumberCache"/>.</summary> 1687return s_smallNumberCache[value] ?? CreateAndCacheString(value); 1691s_smallNumberCache[value] = UInt32ToDecStr_NoSmallNumberCheck(value);