3 references to GetCharValue
Microsoft.CodeAnalysis.Features (3)
EmbeddedLanguages\RegularExpressions\RegexParser.cs (3)
1364
ch =
GetCharValue
(((RegexOctalEscapeNode)component).OctalText, withBase: 8);
1368
ch =
GetCharValue
(((RegexHexEscapeNode)component).HexText, withBase: 16);
1372
ch =
GetCharValue
(((RegexUnicodeEscapeNode)component).HexText, withBase: 16);