2 references to GetClassifiedSpansAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\SemanticTokensHelpers.cs (1)
124var spans = await ClassifierHelper.GetClassifiedSpansAsync(
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassifierHelper.cs (1)
36return await GetClassifiedSpansAsync(document, [span], options, includeAdditiveSpans, cancellationToken)