4 references to RunPrepareCallHierarchyAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (4)
CallHierarchy\CallHierarchyTests.cs (4)
36
var preparedItems = await
RunPrepareCallHierarchyAsync
(testLspServer, testLspServer.GetLocations("caret").Single());
70
var preparedItem = Assert.Single(await
RunPrepareCallHierarchyAsync
(testLspServer, testLspServer.GetLocations("caret").Single()));
119
var preparedItem = Assert.Single(await
RunPrepareCallHierarchyAsync
(testLspServer, testLspServer.GetLocations("caret").Single()));
161
var preparedItem = Assert.Single(await
RunPrepareCallHierarchyAsync
(testLspServer, testLspServer.GetLocations("caret").Single()));