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