2 references to UnicodeEscape
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\RegularExpressions\RegexNodes.cs (1)
1290
internal sealed class RegexUnicodeEscapeNode(RegexToken backslashToken, RegexToken typeToken, RegexToken hexText) : RegexTypeEscapeNode(RegexKind.
UnicodeEscape
, backslashToken, typeToken)
EmbeddedLanguages\RegularExpressions\RegexParser.cs (1)
1371
case RegexKind.
UnicodeEscape
: