4 references to GetLeadingBannerAndPreprocessorDirectives
Microsoft.CodeAnalysis.VisualBasic.Features (4)
CodeFixes\MoveToTopOfFile\MoveToTopOfFileCodeFixProvider.vb (3)
103destinationLine = FindLastContiguousStatement(root.Imports, root.GetLeadingBannerAndPreprocessorDirectives()) 123Dim destinationLine = FindLastContiguousStatement(root.Options, root.GetLeadingBannerAndPreprocessorDirectives()) 141destinationLine = FindLastContiguousStatement(root.Attributes, root.GetLeadingBannerAndPreprocessorDirectives())
Organizing\Organizers\MemberDeclarationsOrganizer.vb (1)
87Dim banner = originalList(0).GetLeadingBannerAndPreprocessorDirectives()