2 references to SemanticTokensDeltaPartialResult
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Protocol\SemanticTokens\SemanticTokensDeltaParams.cs (2)
17
internal class SemanticTokensDeltaParams : ITextDocumentParams, IWorkDoneProgressParams, IPartialResultParams<
SemanticTokensDeltaPartialResult
>
41
public IProgress<
SemanticTokensDeltaPartialResult
>? PartialResultToken { get; set; }