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