4 references to Regex_character_group
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (2)
IntelliSense\CSharpCompletionCommandHandlerTests_Regex.vb (1)
159
Await state.AssertSelectedCompletionItem($"[ {FeaturesResources.
Regex_character_group
} ]")
IntelliSense\VisualBasicCompletionCommandHandlerTests_Regex.vb (1)
44
Await state.AssertSelectedCompletionItem($"[ {FeaturesResources.
Regex_character_group
} ]")
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexEmbeddedCompletionProvider.cs (2)
336
context.AddIfMissing($"[ {
Regex_character_group
} ]", Regex_positive_character_group_short, Regex_positive_character_group_long, parentOpt, positionOffset: "[".Length, insertionText: "[]");
338
context.AddIfMissing($"[^ {
Regex_character_group
} ]", Regex_negative_character_group_short, Regex_negative_character_group_long, parentOpt, positionOffset: "[^".Length, insertionText: "[^]");