6 references to RunFindImplementationAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (6)
References\FindImplementationsTests.cs (6)
41
var results = await
RunFindImplementationAsync
(testLspServer, testLspServer.GetLocations("caret").Single());
70
var results = await
RunFindImplementationAsync
(testLspServer, testLspServer.GetLocations("caret").Single());
93
var results = await
RunFindImplementationAsync
(testLspServer, new LSP.Location
114
var results = await
RunFindImplementationAsync
(testLspServer, testLspServer.GetLocations("caret").Single());
129
var results = await
RunFindImplementationAsync
(testLspServer, testLspServer.GetLocations("caret").Single());
148
var results = await
RunFindImplementationAsync
(testLspServer, testLspServer.GetLocations("caret").Single());