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>
1687
return
s_smallNumberCache
[value] ?? CreateAndCacheString(value);
1691
s_smallNumberCache
[value] = UInt32ToDecStr_NoSmallNumberCheck(value);