4 references to GetUnicodeCategory
Microsoft.CodeAnalysis.CodeStyle (3)
Rune.cs (3)
1284return IsCategoryPunctuation(GetUnicodeCategory(value)); 1289return IsCategorySeparator(GetUnicodeCategory(value)); 1294return IsCategorySymbol(GetUnicodeCategory(value));
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
UseUtf8StringLiteralDiagnosticAnalyzer.cs (1)
183=> Rune.GetUnicodeCategory(rune) is UnicodeCategory.Control or UnicodeCategory.Format