64 references to Guids
Microsoft.VisualStudio.LanguageServices (26)
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (1)
68
VisualStudioCommandHandlerHelpers.AddCommand(menuCommandService, ID.RoslynCommands.RunCodeAnalysisForProject,
Guids
.RoslynGroupId, OnRunCodeAnalysisForSelectedProject, OnRunCodeAnalysisForSelectedProjectStatus);
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)
63
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)
43
[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)
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);
ValueTracking\ValueTrackingToolWindow.cs (1)
14
[Guid(
Guids
.ValueTrackingToolWindowIdString)]
Workspace\VisualStudioWorkspaceStatusServiceFactory.cs (2)
53
/// A task indicating that the <see cref="
Guids
.GlobalHubClientPackageGuid"/> package has loaded. Calls to
82
await shell.LoadPackageAsync(
Guids
.GlobalHubClientPackageGuid);
Microsoft.VisualStudio.LanguageServices.CSharp (29)
CSharpPackage.cs (2)
55
[Guid(
Guids
.CSharpPackageIdString)]
152
Guids
.CSharpLanguageServiceId,
Interactive\CSharpVsInteractiveWindowPackage.cs (3)
8
using LanguageServiceGuids = Microsoft.VisualStudio.LanguageServices.
Guids
;
12
[Guid(
LanguageServiceGuids
.CSharpReplPackageIdString)]
19
protected override Guid LanguageServiceGuid =>
LanguageServiceGuids
.CSharpLanguageServiceId;
Interactive\CSharpVsInteractiveWindowProvider.cs (2)
21
using LanguageServiceGuids = Microsoft.VisualStudio.LanguageServices.
Guids
;
52
protected override Guid LanguageServiceGuid =>
LanguageServiceGuids
.CSharpLanguageServiceId;
LanguageService\CSharpCodePageEditorFactory.cs (1)
10
[Guid(
Guids
.CSharpCodePageEditorFactoryIdString)]
LanguageService\CSharpEditorFactory.cs (1)
18
[Guid(
Guids
.CSharpEditorFactoryIdString)]
LanguageService\CSharpLanguageService.cs (3)
21
[Guid(
Guids
.CSharpLanguageServiceIdString)]
33
return
Guids
.CSharpDebuggerLanguageId;
49
return
Guids
.CSharpLanguageServiceId;
LanguageService\CSharpOptionPageService.cs (1)
29
ErrorHandler.ThrowOnFailure(shell.LoadPackage(
Guids
.CSharpPackageId, out var package));
ObjectBrowser\CSharpLibraryService.cs (1)
33
: base(
Guids
.CSharpLibraryId, __SymbolToolLanguage.SymbolToolLanguage_CSharp, s_typeDisplayFormat, s_memberDisplayFormat)
ObjectBrowser\ObjectBrowserLibraryManager.cs (1)
19
LanguageNames.CSharp,
Guids
.CSharpLibraryId, serviceProvider, componentModel, workspace)
Options\AdvancedOptionPage.cs (1)
11
[Guid(
Guids
.CSharpOptionPageAdvancedIdString)]
Options\Formatting\CodeStylePage.cs (1)
14
[Guid(
Guids
.CSharpOptionPageCodeStyleIdString)]
Options\Formatting\FormattingIndentationOptionPage.cs (1)
13
[Guid(
Guids
.CSharpOptionPageFormattingIndentationIdString)]
Options\Formatting\FormattingNewLinesPage.cs (1)
13
[Guid(
Guids
.CSharpOptionPageFormattingNewLinesIdString)]
Options\Formatting\FormattingOptionPage.cs (1)
13
[GuidAttribute(
Guids
.CSharpOptionPageFormattingGeneralIdString)]
Options\Formatting\FormattingSpacingPage.cs (1)
13
[Guid(
Guids
.CSharpOptionPageFormattingSpacingIdString)]
Options\Formatting\FormattingWrappingPage.cs (1)
13
[Guid(
Guids
.CSharpOptionPageFormattingWrappingIdString)]
Options\IntelliSenseOptionPage.cs (1)
13
[Guid(
Guids
.CSharpOptionPageIntelliSenseIdString)]
Options\NamingStylesOptionPage.cs (1)
18
[Guid(
Guids
.CSharpOptionPageNamingStyleIdString)]
ProjectSystemShim\CSharpProjectExistsUIContextProviderLanguageService.cs (1)
24
=> UIContext.FromUIContextGuid(
Guids
.CSharpProjectExistsInWorkspaceUIContext);
ProjectSystemShim\Interop\ICSharpProjectRoot.cs (1)
17
[Guid(
Guids
.CSharpProjectRootIdString)]
Snippets\CSharpSnippetExpansionLanguageHelper.cs (1)
41
public override Guid LanguageServiceGuid =>
Guids
.CSharpLanguageServiceId;
Snippets\CSharpSnippetInfoService.cs (1)
33
: base(threadingContext, (IAsyncServiceProvider)serviceProvider,
Guids
.CSharpLanguageServiceId, listenerProvider)
Snippets\SnippetCommandHandler.cs (1)
116
Guids
.CSharpLanguageServiceId,
Microsoft.VisualStudio.LanguageServices.LiveShare (2)
Client\Razor\CSharpLspContainedLanguageProvider.cs (1)
50
Guids
.CSharpLanguageServiceId);
Client\RemoteLanguageServiceWorkspaceHost.cs (1)
106
await shellService.LoadPackageAsync(
Guids
.RoslynPackageId);
Roslyn.VisualStudio.DiagnosticsWindow (3)
OptionPages\ForceLowMemoryModePage.cs (1)
15
[Guid(
Guids
.RoslynOptionPageFeatureManagerFeaturesIdString)]
OptionPages\PerformanceFunctionIdPage.cs (1)
13
[Guid(
Guids
.RoslynOptionPagePerformanceFunctionIdIdString)]
OptionPages\PerformanceLoggersPage.cs (1)
25
[Guid(
Guids
.RoslynOptionPagePerformanceLoggersIdString)]
Roslyn.VisualStudio.Next.UnitTests (4)
UnifiedSettings\TestModel\Utilities.cs (2)
31
if (packageGuid.Equals(
Guids
.CSharpPackageId))
35
else if (packageGuid.Equals(
Guids
.VisualBasicPackageId))
UnifiedSettings\UnifiedSettingsTests.cs (2)
137
Assert.Equal(
Guids
.CSharpOptionPageIntelliSenseIdString, propertyToCategory["textEditor.csharp.intellisense"]!.LegacyOptionPageId);
238
Assert.Equal(
Guids
.VisualBasicOptionPageIntelliSenseIdString, propertyToCategory["textEditor.basic.intellisense"]!.LegacyOptionPageId);