1 reference to Regex_balancing_group_long
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexEmbeddedCompletionProvider.cs (1)
308
context.AddIfMissing($"(?< {Regex_name1} - {Regex_name2} > {Regex_subexpression} )", Regex_balancing_group_short,
Regex_balancing_group_long
, parentOpt, positionOffset: "(?<".Length, insertionText: "(?<->)");