1 implementation of GetTargetIfControlFlowAsync
Microsoft.CodeAnalysis.Features (1)
GoToDefinition\AbstractGoToDefinitionSymbolService.cs (1)
65
public async Task<(int? targetPosition, TextSpan tokenSpan)>
GetTargetIfControlFlowAsync
(Document document, int position, CancellationToken cancellationToken)