1 reference to Text
System.Private.Xml (1)
System\Xml\XmlCharType.cs (1)
92
internal static bool IsTextChar(char ch) => (GetCharProperties(ch) &
Text
) != 0u;