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