provideCallHierarchyIncomingCalls

Provide all incoming calls for an item, e.g all callers for a method. In graph terms this describes directed and annotated edges inside the call graph, e.g the given item is the starting node and the result is the nodes that can be reached.

Parameters

item

The hierarchy item for which incoming calls should be computed.

token

A cancellation token.