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