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