1 reference to Regex_inline_comment_short
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexEmbeddedCompletionProvider.cs (1)
319
context.AddIfMissing($"(?# {Regex_comment} )",
Regex_inline_comment_short
, Regex_inline_comment_long, parentOpt, positionOffset: "(?#".Length, insertionText: "(?#)");