1 reference to Regex_conditional_group_match_short
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexEmbeddedCompletionProvider.cs (1)
317
context.AddIfMissing($"(?( {Regex_name_or_number} ) {Regex_yes} | {Regex_no} )",
Regex_conditional_group_match_short
, Regex_conditional_group_match_long, parentOpt, positionOffset: "(?(".Length, insertionText: "(?()|)");