Implemented interface member:
method
GetNodeWithoutLeadingBannerAndPreprocessorDirectives<TSyntaxNode>
Microsoft.CodeAnalysis.LanguageService.IFileBannerFacts.GetNodeWithoutLeadingBannerAndPreprocessorDirectives<TSyntaxNode>(TSyntaxNode, out System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.SyntaxTrivia>)
2 references to GetNodeWithoutLeadingBannerAndPreprocessorDirectives
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\FileBannerFacts\AbstractFileBannerFacts.cs (2)
97GetNodeWithoutLeadingBannerAndPreprocessorDirectives(node, out var leadingTrivia); 105return GetNodeWithoutLeadingBannerAndPreprocessorDirectives(node, out _);