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