1 write to HexText
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\RegularExpressions\RegexNodes.cs (1)
1368HexText = hexText;
2 references to HexText
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\RegularExpressions\RegexNodes.cs (1)
13802 => HexText,
EmbeddedLanguages\RegularExpressions\RegexParser.cs (1)
1372ch = GetCharValue(((RegexUnicodeEscapeNode)component).HexText, withBase: 16);