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