1 reference to Regex_named_matched_subexpression_short
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexEmbeddedCompletionProvider.cs (1)
307
context.AddIfMissing($"(?< {Regex_name} > {Regex_subexpression} )",
Regex_named_matched_subexpression_short
, Regex_named_matched_subexpression_long, parentOpt, positionOffset: "(?<".Length, insertionText: "(?<>)");