12 references to IsWhite
System.Private.CoreLib (12)
src\runtime\src\libraries\Common\src\System\Number.Parsing.Common.cs (2)
66
if (!
IsWhite
(ch) || (styles & NumberStyles.AllowLeadingWhite) == 0 || ((state & StateSign) != 0 && (state & StateCurrency) == 0 && info.NumberNegativePattern != 2))
263
if (!
IsWhite
(ch) || (styles & NumberStyles.AllowTrailingWhite) == 0)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Parsing.cs (10)
326
if ((styles & NumberStyles.AllowLeadingWhite) != 0 &&
IsWhite
(num))
338
while (
IsWhite
(num));
580
if (
IsWhite
(num))
591
if (!
IsWhite
(ch))
649
if ((styles & NumberStyles.AllowLeadingWhite) != 0 &&
IsWhite
(num))
661
while (
IsWhite
(num));
783
if (
IsWhite
(num))
794
if (!
IsWhite
(ch))
1218
while (index < value.Length &&
IsWhite
(TChar.CastToUInt32(value[index])))
1456
while (index < value.Length &&
IsWhite
(TChar.CastToUInt32(value[index])))