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