1 implementation of GetLeadingBannerAndPreprocessorDirectives
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractFileBannerFacts.cs (1)
94
public ImmutableArray<SyntaxTrivia>
GetLeadingBannerAndPreprocessorDirectives
<TSyntaxNode>(TSyntaxNode node)
2 references to GetLeadingBannerAndPreprocessorDirectives
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
SyntaxNodeExtensions.cs (1)
748
=> CSharpFileBannerFacts.Instance.
GetLeadingBannerAndPreprocessorDirectives
(node);
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
SyntaxNodeExtensions.vb (1)
454
Return VisualBasicFileBannerFacts.Instance.
GetLeadingBannerAndPreprocessorDirectives
(node)