2 references to FindSection
System.Private.CoreLib (2)
src\libraries\Common\src\System\Number.Formatting.Common.cs (2)
314section = FindSection(format, dig[0] == 0 ? 2 : number.IsNegative ? 1 : 0); 428src = FindSection(format, 2);