2 references to fWhitespace
Microsoft.CodeAnalysis (2)
Xml\XmlCharType.cs (2)
913
return (GetCharProperties(ch) &
fWhitespace
) != 0;
1092
if ((GetCharProperties(str[i]) &
fWhitespace
) == 0)