2 references to GoToBase
Microsoft.CodeAnalysis.EditorFeatures (1)
GoToBase\GoToBaseCommandHandler.cs (1)
27
[Name(PredefinedCommandHandlerNames.
GoToBase
)]
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (1)
InProcess\EditorInProcess.cs (1)
1088
var goToBase = (GoToBaseCommandHandler)commandHandlers.Single(handler => handler.Metadata.Name == PredefinedCommandHandlerNames.
GoToBase
).Value;