5 references to GetNavigationPoint
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (2)
Utilities\NavigationPointHelpers.vb (2)
20Return GetNavigationPoint(text, indentSize, eventBlock.EventStatement, line) 31Return GetNavigationPoint(text, indentSize, methodBlock.BlockStatement, line)
Microsoft.VisualStudio.LanguageServices.VisualBasic (3)
CodeModel\VisualBasicCodeModelService.NodeLocator.vb (3)
350Return NavigationPointHelpers.GetNavigationPoint(text, options.TabSize, typeBlock.BlockStatement, statementLine.LineNumber + 1) 421Return NavigationPointHelpers.GetNavigationPoint(text, options.TabSize, enumBlock.EnumStatement, statementLine.LineNumber + 1) 1011Return NavigationPointHelpers.GetNavigationPoint(text, options.TabSize, namespaceBlock.NamespaceStatement, lineNumber)