4 references to GoToWordAsync
Microsoft.VisualStudioCode.Razor.IntegrationTests (4)
CodeActionsTests.cs (1)
30await TestServices.Editor.GoToWordAsync("StringBuilder");
GoToDefinitionTests.cs (2)
23await TestServices.Editor.GoToWordAsync("IncrementCount"); 73await TestServices.Editor.GoToWordAsync("Counter");
Services\RazorService.cs (1)
35await TestServices.Editor.GoToWordAsync("PageTitle", selectWord: false);