3 overrides of AddHighlightsForNode
Microsoft.CodeAnalysis.CSharp.Features (2)
Highlighting\KeywordHighlighters\AsyncAwaitHighlighter.cs (1)
36protected override void AddHighlightsForNode(SyntaxNode node, List<TextSpan> highlights, CancellationToken cancellationToken)
Highlighting\KeywordHighlighters\LoopHighlighter.cs (1)
38protected override void AddHighlightsForNode(
Microsoft.CodeAnalysis.Features (1)
Highlighting\Keywords\AbstractKeywordHighlighter.cs (1)
21protected sealed override void AddHighlightsForNode(SyntaxNode node, List<TextSpan> highlights, CancellationToken cancellationToken)
1 reference to AddHighlightsForNode
Microsoft.CodeAnalysis.Features (1)
Highlighting\Keywords\AbstractKeywordHighlighter.cs (1)
55AddHighlightsForNode(parent, highlightsBuffer, cancellationToken);