12 references to GoToLineAsync
Microsoft.VisualStudioCode.Razor.IntegrationTests (12)
CodeActionsTests.cs (1)
22await TestServices.Editor.GoToLineAsync(15);
CompletionTests.cs (3)
23await TestServices.Editor.GoToLineAsync(17); 54await TestServices.Editor.GoToLineAsync(5); 85await TestServices.Editor.GoToLineAsync(2);
FindReferencesTests.cs (2)
23await TestServices.Editor.GoToLineAsync(13, column: 17); 45await TestServices.Editor.GoToLineAsync(15, column: 18);
FormattingTests.cs (2)
22await TestServices.Editor.GoToLineAsync(14); 46await TestServices.Editor.GoToLineAsync(5);
GoToDefinitionTests.cs (1)
46await TestServices.Editor.GoToLineAsync(17, column: 9);
HoverTests.cs (3)
25await TestServices.Editor.GoToLineAsync(13, 17); 46await TestServices.Editor.GoToLineAsync(15, 18); 67await TestServices.Editor.GoToLineAsync(13, 13);