3 overrides of IsHighlightableNode
Microsoft.CodeAnalysis.CSharp.Features (2)
Highlighting\KeywordHighlighters\AsyncAwaitHighlighter.cs (1)
33protected override bool IsHighlightableNode(SyntaxNode node)
Highlighting\KeywordHighlighters\LoopHighlighter.cs (1)
29protected override bool IsHighlightableNode(SyntaxNode node)
Microsoft.CodeAnalysis.Features (1)
Highlighting\Keywords\AbstractKeywordHighlighter.cs (1)
16protected sealed override bool IsHighlightableNode(SyntaxNode node) => node is TNode;
1 reference to IsHighlightableNode
Microsoft.CodeAnalysis.Features (1)
Highlighting\Keywords\AbstractKeywordHighlighter.cs (1)
43if (IsHighlightableNode(parent))