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