6 references to RunGotoDefinitionAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (6)
Definitions\GoToDefinitionTests.cs (6)
39var results = await RunGotoDefinitionAsync(testLspServer, testLspServer.GetLocations("caret").Single()); 66var results = await RunGotoDefinitionAsync(testLspServer, testLspServer.GetLocations("caret").Single()); 87var results = await RunGotoDefinitionAsync(testLspServer, new LSP.Location 108var results = await RunGotoDefinitionAsync(testLspServer, testLspServer.GetLocations("caret").Single()); 124var results = await RunGotoDefinitionAsync(testLspServer, testLspServer.GetLocations("caret").Single()); 151var results = await RunGotoDefinitionAsync(testLspServer, testLspServer.GetLocations("caret").Single());