2 references to GetOutgoingCallsAsync
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
Cohost\Handlers\CallHierarchy.cs (1)
31=> RoslynCallHierarchy.CallHierarchyOutgoingCallsHandler.GetOutgoingCallsAsync(document, item, cancellationToken);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\CallHierarchy\CallHierarchyOutgoingCallsHandler.cs (1)
34=> await GetOutgoingCallsAsync(context.GetRequiredDocument(), request.Item, cancellationToken).ConfigureAwait(false);