2 references to CategoryIdToName
System.Text.RegularExpressions.Generator (2)
src\runtime\src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexCharClass.cs (2)
2046< 0 => $"\\P{{{CategoryIdToName[-(short)ch - 1]}}}", 2047_ => $"\\p{{{CategoryIdToName[ch - 1]}}}",