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