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