2 overrides of GetTargetPositionIfControlFlow
Microsoft.CodeAnalysis.CSharp.Features (1)
GoToDefinition\CSharpGoToDefinitionSymbolService.cs (1)
26protected override int? GetTargetPositionIfControlFlow(SemanticModel semanticModel, SyntaxToken token)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
GoToDefinition\VisualBasicGoToDefinitionSymbolService.vb (1)
25Protected Overrides Function GetTargetPositionIfControlFlow(semanticModel As SemanticModel, token As SyntaxToken) As Integer?
1 reference to GetTargetPositionIfControlFlow
Microsoft.CodeAnalysis.Features (1)
GoToDefinition\AbstractGoToDefinitionSymbolService.cs (1)
69return (GetTargetPositionIfControlFlow(semanticModel, token), token.Span);