1 implementation of GetNodeWithoutLeadingBannerAndPreprocessorDirectives
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\FileBannerFacts\AbstractFileBannerFacts.cs (1)
103
public TSyntaxNode
GetNodeWithoutLeadingBannerAndPreprocessorDirectives
<TSyntaxNode>(
1 reference to GetNodeWithoutLeadingBannerAndPreprocessorDirectives
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxNodeExtensions.cs (1)
670
=> CSharpFileBannerFacts.Instance.
GetNodeWithoutLeadingBannerAndPreprocessorDirectives
(node);