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