34 references to Guids
Microsoft.VisualStudio.LanguageServices (31)
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 (4)
65
ErrorHandler.ThrowOnFailure(_toolbarTrayHost.AddToolbar(
Guids
.RoslynGroupId, ID.RoslynCommands.DocumentOutlineToolbar));
88
if (pguidCmdGroup ==
Guids
.RoslynGroupId)
137
if (pguidCmdGroup ==
Guids
.RoslynGroupId)
168
Guid IVsWindowSearch.Category =>
Guids
.DocumentOutlineSearchCategoryId;
Implementation\CommandBindings.cs (5)
18
[CommandBinding(
Guids
.RoslynGroupIdString, ID.RoslynCommands.GoToImplementation, typeof(GoToImplementationCommandArgs))]
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))]
34
[CommandBinding(
Guids
.RoslynGroupIdString, ID.RoslynCommands.GoToValueTrackingWindow, typeof(ValueTrackingEditorCommandArgs))]
LanguageService\AbstractPackage`2.cs (1)
67
await shell.LoadPackageAsync(
Guids
.RoslynPackageId);
PreviewPane\PreviewPaneService.cs (4)
116
return Guid.Parse(
Guids
.CSharpOptionPageNamingStyleIdString);
120
return Guid.Parse(
Guids
.VisualBasicOptionPageNamingStyleIdString);
127
return Guid.Parse(
Guids
.CSharpOptionPageCodeStyleIdString);
131
return Guid.Parse(
Guids
.VisualBasicOptionPageVBSpecificIdString);
RoslynPackage.cs (1)
48
[Guid(
Guids
.RoslynPackageIdString)]
StackTraceExplorer\StackTraceExplorerCommandHandler.cs (3)
189
var menuCommandId = new CommandID(
Guids
.StackTraceExplorerCommandId, 0x0100);
193
var pasteCommandId = new CommandID(
Guids
.StackTraceExplorerCommandId, 0x0101);
194
var clearCommandId = new CommandID(
Guids
.StackTraceExplorerCommandId, 0x0102);
StackTraceExplorer\StackTraceExplorerToolWindow.cs (2)
31
[Guid(
Guids
.StackTraceExplorerToolWindowIdString)]
154
var refCommandId = new Guid(
Guids
.StackTraceExplorerCommandIdString);
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);
ValueTracking\ValueTrackingToolWindow.cs (1)
15
[Guid(
Guids
.ValueTrackingToolWindowIdString)]
Workspace\VisualStudioWorkspaceStatusServiceFactory.cs (2)
53
/// A task indicating that the <see cref="
Guids
.GlobalHubClientPackageGuid"/> package has loaded. Calls to
83
await shell.LoadPackageAsync(
Guids
.GlobalHubClientPackageGuid);
Microsoft.VisualStudio.LanguageServices.CSharp (3)
Interactive\CSharpVsInteractiveWindowPackage.cs (2)
12
[Guid(
LanguageServiceGuids
.CSharpReplPackageIdString)]
19
protected override Guid LanguageServiceGuid =>
LanguageServiceGuids
.CSharpLanguageServiceId;
Interactive\CSharpVsInteractiveWindowProvider.cs (1)
52
protected override Guid LanguageServiceGuid =>
LanguageServiceGuids
.CSharpLanguageServiceId;