1 reference to Regex_negative_character_group_long
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexEmbeddedCompletionProvider.cs (1)
335
context.AddIfMissing($"[^ {Regex_character_group} ]", Regex_negative_character_group_short,
Regex_negative_character_group_long
, parentOpt, positionOffset: "[^".Length, insertionText: "[^]");