16 references to RoslynCommands
Microsoft.VisualStudio.LanguageServices (16)
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (1)
70
VisualStudioCommandHandlerHelpers.AddCommand(menuCommandService, ID.
RoslynCommands
.RunCodeAnalysisForProject, Guids.RoslynGroupId, OnRunCodeAnalysisForSelectedProject, OnRunCodeAnalysisForSelectedProjectStatus);
DocumentOutline\DocumentOutlineView.xaml.cs (11)
65
ErrorHandler.ThrowOnFailure(_toolbarTrayHost.AddToolbar(Guids.RoslynGroupId, ID.
RoslynCommands
.DocumentOutlineToolbar));
94
case ID.
RoslynCommands
.DocumentOutlineExpandAll:
98
case ID.
RoslynCommands
.DocumentOutlineCollapseAll:
102
case ID.
RoslynCommands
.DocumentOutlineSortByName:
109
case ID.
RoslynCommands
.DocumentOutlineSortByOrder:
116
case ID.
RoslynCommands
.DocumentOutlineSortByType:
141
case ID.
RoslynCommands
.DocumentOutlineExpandAll:
145
case ID.
RoslynCommands
.DocumentOutlineCollapseAll:
149
case ID.
RoslynCommands
.DocumentOutlineSortByName:
153
case ID.
RoslynCommands
.DocumentOutlineSortByOrder:
157
case ID.
RoslynCommands
.DocumentOutlineSortByType:
Implementation\CommandBindings.cs (2)
18
[CommandBinding(Guids.RoslynGroupIdString, ID.
RoslynCommands
.GoToImplementation, typeof(GoToImplementationCommandArgs))]
34
[CommandBinding(Guids.RoslynGroupIdString, ID.
RoslynCommands
.GoToValueTrackingWindow, typeof(ValueTrackingEditorCommandArgs))]
SyncNamespaces\SyncNamespacesCommandHandler.cs (1)
59
VisualStudioCommandHandlerHelpers.AddCommand(menuCommandService, ID.
RoslynCommands
.SyncNamespaces, Guids.RoslynGroupId, OnSyncNamespacesForSelectedProject, OnSyncNamespacesForSelectedProjectStatus);
UnusedReferences\RemoveUnusedReferencesCommandHandler.cs (1)
72
VisualStudioCommandHandlerHelpers.AddCommand(menuCommandService, ID.
RoslynCommands
.RemoveUnusedReferences, Guids.RoslynGroupId, OnRemoveUnusedReferencesForSelectedProject, OnRemoveUnusedReferencesForSelectedProjectStatus);