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