4 references to GetLeadingBannerAndPreprocessorDirectives
Microsoft.CodeAnalysis.VisualBasic.Features (4)
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
())
Organizing\Organizers\MemberDeclarationsOrganizer.vb (1)
87
Dim banner = originalList(0).
GetLeadingBannerAndPreprocessorDirectives
()