6 references to RunFindImplementationAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (6)
References\FindImplementationsTests.cs (6)
41
var results = await
RunFindImplementationAsync
(testLspServer, testLspServer.GetLocations("caret").Single());
74
var results = await
RunFindImplementationAsync
(testLspServer, testLspServer.GetLocations("caret").Single());
97
var results = await
RunFindImplementationAsync
(testLspServer, new LSP.Location
120
var results = await
RunFindImplementationAsync
(testLspServer, testLspServer.GetLocations("caret").Single());
137
var results = await
RunFindImplementationAsync
(testLspServer, testLspServer.GetLocations("caret").Single());
157
var results = await
RunFindImplementationAsync
(testLspServer, testLspServer.GetLocations("caret").Single());