2 references to ControlEscape
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\RegularExpressions\RegexNodes.cs (1)
1246internal sealed class RegexControlEscapeNode(RegexToken backslashToken, RegexToken typeToken, RegexToken controlToken) : RegexTypeEscapeNode(RegexKind.ControlEscape, backslashToken, typeToken)
EmbeddedLanguages\RegularExpressions\RegexParser.cs (1)
1347case RegexKind.ControlEscape: