2 references to OctalText
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\RegularExpressions\RegexNodes.cs (1)
1377case 1: return OctalText;
EmbeddedLanguages\RegularExpressions\RegexParser.cs (1)
1364ch = GetCharValue(((RegexOctalEscapeNode)component).OctalText, withBase: 8);