1 implementation of GetNodeWithoutLeadingBannerAndPreprocessorDirectives
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractFileBannerFacts.cs (1)
101public TSyntaxNode GetNodeWithoutLeadingBannerAndPreprocessorDirectives<TSyntaxNode>(
2 references to GetNodeWithoutLeadingBannerAndPreprocessorDirectives
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
SyntaxNodeExtensions.cs (1)
751=> CSharpFileBannerFacts.Instance.GetNodeWithoutLeadingBannerAndPreprocessorDirectives(node);
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
SyntaxNodeExtensions.vb (1)
459Return VisualBasicFileBannerFacts.Instance.GetNodeWithoutLeadingBannerAndPreprocessorDirectives(node)