4 references to CSharpGroupIdString
Microsoft.VisualStudio.LanguageServices (4)
Guids.cs (1)
42
public static readonly Guid CSharpGroupId = new(
CSharpGroupIdString
); // guidCSharpGrpId
Implementation\CommandBindings.cs (3)
22
[CommandBinding(Guids.
CSharpGroupIdString
, ID.CSharpCommands.OrganizeSortUsings, typeof(SortImportsCommandArgs))]
26
[CommandBinding(Guids.
CSharpGroupIdString
, ID.CSharpCommands.OrganizeRemoveAndSort, typeof(SortAndRemoveUnnecessaryImportsCommandArgs))]
30
[CommandBinding(Guids.
CSharpGroupIdString
, ID.CSharpCommands.ContextOrganizeRemoveAndSort, typeof(SortAndRemoveUnnecessaryImportsCommandArgs))]