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