5 references to IsSpace
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (5)
2689
if (chars[0].
IsSpace
())
2698
if (!chars[indexOfFirstNonSpace].
IsSpace
())
2717
Debug.Assert(chars.Length != 0 && !chars[0].
IsSpace
());
2747
if (!chars[i].
IsSpace
())
2771
if (!c.
IsSpace
())