1 reference to Whitespace
System.Private.Xml (1)
System\Xml\XmlCharType.cs (1)
65public static bool IsWhiteSpace(char ch) => (GetCharProperties(ch) & Whitespace) != 0u;