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.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\FileBannerFacts\AbstractFileBannerFacts.cs (2)
99GetNodeWithoutLeadingBannerAndPreprocessorDirectives(node, out var leadingTrivia); 107return GetNodeWithoutLeadingBannerAndPreprocessorDirectives(node, out _);