2 references to CategoryEscape
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\RegularExpressions\RegexNodes.cs (1)
1415: base(RegexKind.CategoryEscape, backslashToken)
EmbeddedLanguages\RegularExpressions\RegexParser.cs (1)
1277if (left.Kind is RegexKind.CharacterClassEscape or RegexKind.CategoryEscape ||