10 references to GetCharProperties
Microsoft.CodeAnalysis (10)
Xml\XmlCharType.cs (10)
913return (GetCharProperties(ch) & fWhitespace) != 0; 923return (GetCharProperties(ch) & fNCNameSC) != 0; 958return (GetCharProperties(ch) & fNCStartNameSC) != 0; 985return (GetCharProperties(ch) & fCharData) != 0; 1001return (GetCharProperties(ch) & fText) != 0; 1007return (GetCharProperties(ch) & fAttrValue) != 0; 1014return (GetCharProperties(ch) & fLetter) != 0; 1020return (GetCharProperties(ch) & fNCNameXml4e) != 0; 1092if ((GetCharProperties(str[i]) & fWhitespace) == 0) 1107if ((GetCharProperties(str[i]) & fCharData) == 0)