2 references to IsFormattingChar
Microsoft.CodeAnalysis.Workspaces (2)
UnicodeCharacterUtilities.cs (2)
85
||
IsFormattingChar
(cat);
177
return ch > 127 &&
IsFormattingChar
(CharUnicodeInfo.GetUnicodeCategory(ch));