2 references to CategoryIdToName
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexCharClass.cs (2)
2155
< 0 => $"\\P{{{
CategoryIdToName
[-(short)ch - 1]}}}",
2156
_ => $"\\p{{{
CategoryIdToName
[ch - 1]}}}",