1 instantiation of CallHierarchyItem
Microsoft.VisualStudio.LanguageServices (1)
CallHierarchy\CallHierarchyProvider.cs (1)
66return new CallHierarchyItem(
29 references to CallHierarchyItem
Microsoft.VisualStudio.LanguageServices (7)
CallHierarchy\CallHierarchyCommandHandler.cs (1)
84var node = await _provider.CreateItemAsync(symbol, project, callsites: [], cancellationToken).ConfigureAwait(false);
CallHierarchy\CallHierarchyPresenter.cs (1)
27public void PresentRoot(CallHierarchyItem root)
CallHierarchy\CallHierarchyProvider.cs (1)
53public async Task<CallHierarchyItem?> CreateItemAsync(
CallHierarchy\Finders\AbstractCallFinder.cs (1)
166var item = await Provider.CreateItemAsync(caller.CallingSymbol, callingProject, [.. caller.Locations], cancellationToken).ConfigureAwait(false);
CallHierarchy\Finders\ImplementerFinder.cs (1)
46var item = await Provider.CreateItemAsync(implementation, bestLocation.Project, [], cancellationToken).ConfigureAwait(false);
CallHierarchy\Finders\OverridingMemberFinder.cs (1)
42var item = await Provider.CreateItemAsync(@override, bestLocation.Project, [], cancellationToken).ConfigureAwait(false);
CallHierarchy\ICallHierarchyPresenter.cs (1)
11void PresentRoot(CallHierarchyItem root);
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (22)
CallHierarchy\CSharpCallHierarchyTests.cs (22)
34var root = await testState.GetRootAsync(); 51var root = await testState.GetRootAsync(); 69var root = await testState.GetRootAsync(); 103var root = await testState.GetRootAsync(); 143var root = await testState.GetRootAsync(); 179var root = await testState.GetRootAsync(); 215var root = await testState.GetRootAsync(); 236var root = await testState.GetRootAsync(); 256var root = await testState.GetRootAsync(); 285var root = await testState.GetRootAsync(); 312var root = await testState.GetRootAsync(); 342var root = await testState.GetRootAsync(); 366var root = await testState.GetRootAsync(); 406var root = await testState.GetRootAsync(); 427var root = await testState.GetRootAsync(); 453var root = await testState.GetRootAsync(); 478var root = await testState.GetRootAsync(); 503var root = await testState.GetRootAsync(); 528var root = await testState.GetRootAsync(); 550var root = await testState.GetRootAsync(); 582var root = await testState.GetRootAsync(); 618var root = await testState.GetRootAsync();