5 references to _semanticTokensLegendService
Microsoft.CodeAnalysis.Razor.Workspaces (5)
SemanticTokens\AbstractRazorSemanticTokensInfoService.cs (5)
78SemanticTokensVisitor.AddSemanticRanges(combinedSemanticRanges, codeDocument, textSpan, _semanticTokensLegendService, colorBackground);
146var textClassification = _semanticTokensLegendService.TokenTypes.MarkupTextLiteral;
167tokenModifiers |= _semanticTokensLegendService.TokenModifiers.RazorCodeModifier;
194razorRanges.Add(new SemanticRange(textClassification, startLine, previousRange.End.Character, startLine, startChar, _semanticTokensLegendService.TokenModifiers.RazorCodeModifier, fromRazor: false, isCSharpWhitespace: true));
202razorRanges.Add(new SemanticRange(textClassification, startLine, 0, startLine, startChar, _semanticTokensLegendService.TokenModifiers.RazorCodeModifier, fromRazor: false, isCSharpWhitespace: true));