11 references to IsWhiteSpace
System.Private.CoreLib (9)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Guid.cs (2)
948
if (!Rune.
IsWhiteSpace
(current))
979
if (!Rune.
IsWhiteSpace
(current))
src\runtime\src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.Trim.Utf8.cs (7)
18
Debug.Assert(!Rune.
IsWhiteSpace
(Rune.ReplacementChar));
24
if (!Rune.
IsWhiteSpace
(current))
43
Debug.Assert(!Rune.
IsWhiteSpace
(Rune.ReplacementChar));
52
if (Rune.
IsWhiteSpace
(first))
60
if (Rune.
IsWhiteSpace
(last))
75
if (!Rune.
IsWhiteSpace
(current))
87
if (!Rune.
IsWhiteSpace
(current))
System.Runtime.Numerics (2)
System\Number.Polyfill.cs (1)
100
if (!Rune.
IsWhiteSpace
(rune))
System\Numerics\Complex.Generic.cs (1)
1972
if (Rune.
IsWhiteSpace
(rune))