1 implementation of GetSemanticTokensAsync
Microsoft.CodeAnalysis.Razor.Workspaces (1)
SemanticTokens\AbstractRazorSemanticTokensInfoService.cs (1)
42
public async Task<int[]?>
GetSemanticTokensAsync
(
1 reference to GetSemanticTokensAsync
Microsoft.CodeAnalysis.Remote.Razor (1)
SemanticTokens\RemoteSemanticTokensService.cs (1)
46
.
GetSemanticTokensAsync
(context, span, _clientSettingsManager.GetClientSettings().AdvancedSettings.ColorBackground, correlationId, cancellationToken)