4 references to RoslynGroupIdString
Microsoft.VisualStudio.LanguageServices (4)
Guids.cs (1)
118
public static readonly Guid RoslynGroupId = new(
RoslynGroupIdString
);
Implementation\CommandBindings.cs (3)
18
[CommandBinding(Guids.
RoslynGroupIdString
, ID.RoslynCommands.GoToImplementation, typeof(GoToImplementationCommandArgs))]
34
[CommandBinding(Guids.
RoslynGroupIdString
, ID.RoslynCommands.GoToValueTrackingWindow, typeof(ValueTrackingEditorCommandArgs))]
38
[CommandBinding(Guids.
RoslynGroupIdString
, ID.RoslynCommands.ShowInheritanceMargin, typeof(ShowInheritanceMarginCommandArgs))]