1 implementation of GetLeadingBannerAndPreprocessorDirectives
Microsoft.CodeAnalysis.Workspaces (1)
AbstractFileBannerFacts.cs (1)
94public ImmutableArray<SyntaxTrivia> GetLeadingBannerAndPreprocessorDirectives<TSyntaxNode>(TSyntaxNode node)
2 references to GetLeadingBannerAndPreprocessorDirectives
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxNodeExtensions.cs\SyntaxNodeExtensions.cs (1)
748=> CSharpFileBannerFacts.Instance.GetLeadingBannerAndPreprocessorDirectives(node);
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
SyntaxNodeExtensions.vb (1)
454Return VisualBasicFileBannerFacts.Instance.GetLeadingBannerAndPreprocessorDirectives(node)