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