1 override of GetTargetPositionIfControlFlow
Microsoft.CodeAnalysis.CSharp.Features (1)
GoToDefinition\CSharpGoToDefinitionSymbolService.cs (1)
28protected override int? GetTargetPositionIfControlFlow(SemanticModel semanticModel, SyntaxToken token)
1 reference to GetTargetPositionIfControlFlow
Microsoft.CodeAnalysis.Features (1)
GoToDefinition\AbstractGoToDefinitionSymbolService.cs (1)
75return (GetTargetPositionIfControlFlow(semanticModel, token), token.Span);