9 references to IsWhiteSpace
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Guid.cs (2)
948
if (!Rune.
IsWhiteSpace
(current))
979
if (!Rune.
IsWhiteSpace
(current))
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.Trim.Utf8.cs (5)
20
Debug.Assert(!Rune.
IsWhiteSpace
(Rune.ReplacementChar));
29
if (Rune.
IsWhiteSpace
(first))
37
if (Rune.
IsWhiteSpace
(last))
52
if (!Rune.
IsWhiteSpace
(current))
64
if (!Rune.
IsWhiteSpace
(current))
System.Runtime.Numerics (2)
System\Number.Polyfill.cs (1)
99
if (!Rune.
IsWhiteSpace
(rune))
System\Numerics\Complex.cs (1)
2180
if (Rune.
IsWhiteSpace
(rune))