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