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