1 instantiation of SemanticTokensVisitor
Microsoft.CodeAnalysis.Razor.Workspaces (1)
SemanticTokens\SemanticTokensVisitor.cs (1)
35
var visitor = new
SemanticTokensVisitor
(ranges, razorCodeDocument, textSpan, razorSemanticTokensLegendService, colorCodeBackground);
4 references to SemanticTokensVisitor
Microsoft.CodeAnalysis.Razor.Workspaces (4)
SemanticTokens\AbstractRazorSemanticTokensInfoService.cs (1)
78
SemanticTokensVisitor
.AddSemanticRanges(combinedSemanticRanges, codeDocument, textSpan, _semanticTokensLegendService, colorBackground);
SemanticTokens\SemanticTokensVisitor.cs (3)
35
var
visitor = new SemanticTokensVisitor(ranges, razorCodeDocument, textSpan, razorSemanticTokensLegendService, colorCodeBackground);
681
private readonly
SemanticTokensVisitor
_visitor;
683
public BackgroundColorDisposable(
SemanticTokensVisitor
tagHelperSemanticRangeVisitor)