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)
AbstractFileBannerFacts.cs (2)
97GetNodeWithoutLeadingBannerAndPreprocessorDirectives(node, out var leadingTrivia); 105return GetNodeWithoutLeadingBannerAndPreprocessorDirectives(node, out _);