1 reference to Regex_named_backreference_short
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexEmbeddedCompletionProvider.cs (1)
357
context.AddIfMissing($@"\k< {Regex_name_or_number} >",
Regex_named_backreference_short
, Regex_named_backreference_long, parentOpt, @"\k<".Length, insertionText: @"\k<>");