21 references to RoslynCommands
Microsoft.VisualStudio.LanguageServices (21)
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (6)
82
VisualStudioCommandHandlerHelpers.AddCommand(menuCommandService, ID.
RoslynCommands
.RunCodeAnalysisForProject, Guids.RoslynGroupId, OnRunCodeAnalysisForSelectedProject, OnRunCodeAnalysisForSelectedProjectStatus);
83
VisualStudioCommandHandlerHelpers.AddCommand(menuCommandService, ID.
RoslynCommands
.AnalysisScopeDefault, Guids.RoslynGroupId, OnSetAnalysisScopeDefault, OnSetAnalysisScopeDefaultStatus);
84
VisualStudioCommandHandlerHelpers.AddCommand(menuCommandService, ID.
RoslynCommands
.AnalysisScopeCurrentDocument, Guids.RoslynGroupId, OnSetAnalysisScopeCurrentDocument, OnSetAnalysisScopeCurrentDocumentStatus);
85
VisualStudioCommandHandlerHelpers.AddCommand(menuCommandService, ID.
RoslynCommands
.AnalysisScopeOpenDocuments, Guids.RoslynGroupId, OnSetAnalysisScopeOpenDocuments, OnSetAnalysisScopeOpenDocumentsStatus);
86
VisualStudioCommandHandlerHelpers.AddCommand(menuCommandService, ID.
RoslynCommands
.AnalysisScopeEntireSolution, Guids.RoslynGroupId, OnSetAnalysisScopeEntireSolution, OnSetAnalysisScopeEntireSolutionStatus);
87
VisualStudioCommandHandlerHelpers.AddCommand(menuCommandService, ID.
RoslynCommands
.AnalysisScopeNone, Guids.RoslynGroupId, OnSetAnalysisScopeNone, OnSetAnalysisScopeNoneStatus);
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)
61
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);