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