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)
32
protected override void
AddHighlightsForNode
(
Microsoft.CodeAnalysis.Features (1)
Highlighting\Keywords\AbstractKeywordHighlighter.cs (1)
18
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)
46
AddHighlightsForNode
(parent, tempHighlights, cancellationToken);