2 overrides of IsWithinNaturalLanguage
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
TextStructureNavigation\CSharpTextStructureNavigatorProvider.cs (1)
35protected override bool IsWithinNaturalLanguage(SyntaxToken token, int position)
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
TextStructureNavigation\VisualBasicTextStructureNavigatorProvider.vb (1)
33Protected Overrides Function IsWithinNaturalLanguage(token As SyntaxToken, position As Integer) As Boolean
1 reference to IsWithinNaturalLanguage
Microsoft.CodeAnalysis.EditorFeatures (1)
TextStructureNavigation\AbstractTextStructureNavigatorProvider.TextStructureNavigator.cs (1)
109if (token.Span.Length > 0 && token.Span.Contains(position) && !_provider.IsWithinNaturalLanguage(token, position))