10 references to IsWhite
System.Private.CoreLib (10)
src\libraries\Common\src\System\Number.Parsing.Common.cs (2)
65
if (!
IsWhite
(ch) || (styles & NumberStyles.AllowLeadingWhite) == 0 || ((state & StateSign) != 0 && (state & StateCurrency) == 0 && info.NumberNegativePattern != 2))
236
if (!
IsWhite
(ch) || (styles & NumberStyles.AllowTrailingWhite) == 0)
src\libraries\System.Private.CoreLib\src\System\Number.Parsing.cs (8)
249
if ((styles & NumberStyles.AllowLeadingWhite) != 0 &&
IsWhite
(num))
261
while (
IsWhite
(num));
488
if (
IsWhite
(num))
499
if (!
IsWhite
(ch))
570
if ((styles & NumberStyles.AllowLeadingWhite) != 0 &&
IsWhite
(num))
582
while (
IsWhite
(num));
690
if (
IsWhite
(num))
701
if (!
IsWhite
(ch))