3 references to RunGotoTypeDefinitionAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
Definitions\GoToTypeDefinitionTests.cs (3)
36
var results = await
RunGotoTypeDefinitionAsync
(testLspServer, testLspServer.GetLocations("caret").Single());
62
var results = await
RunGotoTypeDefinitionAsync
(testLspServer, testLspServer.GetLocations("caret").Single());
80
var results = await
RunGotoTypeDefinitionAsync
(testLspServer, testLspServer.GetLocations("caret").Single());