1 implementation of GetNodeWithoutLeadingBannerAndPreprocessorDirectives
Microsoft.CodeAnalysis.Workspaces (1)
AbstractFileBannerFacts.cs (1)
101public TSyntaxNode GetNodeWithoutLeadingBannerAndPreprocessorDirectives<TSyntaxNode>(
2 references to GetNodeWithoutLeadingBannerAndPreprocessorDirectives
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxNodeExtensions.cs\SyntaxNodeExtensions.cs (1)
751=> CSharpFileBannerFacts.Instance.GetNodeWithoutLeadingBannerAndPreprocessorDirectives(node);
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
SyntaxNodeExtensions.vb (1)
459Return VisualBasicFileBannerFacts.Instance.GetNodeWithoutLeadingBannerAndPreprocessorDirectives(node)