3 references to FindLastContiguousStatement
Microsoft.CodeAnalysis.VisualBasic.Features (3)
CodeFixes\MoveToTopOfFile\MoveToTopOfFileCodeFixProvider.vb (3)
103
destinationLine =
FindLastContiguousStatement
(root.Imports, root.GetLeadingBannerAndPreprocessorDirectives())
123
Dim destinationLine =
FindLastContiguousStatement
(root.Options, root.GetLeadingBannerAndPreprocessorDirectives())
141
destinationLine =
FindLastContiguousStatement
(root.Attributes, root.GetLeadingBannerAndPreprocessorDirectives())