12 references to IsWhite
System.Private.CoreLib (12)
src\runtime\src\libraries\Common\src\System\Number.Parsing.Common.cs (2)
73
if (!
IsWhite
(ch) || (styles & NumberStyles.AllowLeadingWhite) == 0 || ((state & StateSign) != 0 && (state & StateCurrency) == 0 && info.NumberNegativePattern != 2))
244
if (!
IsWhite
(ch) || (styles & NumberStyles.AllowTrailingWhite) == 0)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Parsing.cs (10)
327
if ((styles & NumberStyles.AllowLeadingWhite) != 0 &&
IsWhite
(num))
339
while (
IsWhite
(num));
581
if (
IsWhite
(num))
592
if (!
IsWhite
(ch))
650
if ((styles & NumberStyles.AllowLeadingWhite) != 0 &&
IsWhite
(num))
662
while (
IsWhite
(num));
784
if (
IsWhite
(num))
795
if (!
IsWhite
(ch))
1215
while (index < value.Length &&
IsWhite
(TChar.CastToUInt32(value[index])))
1449
while (index < value.Length &&
IsWhite
(TChar.CastToUInt32(value[index])))