3 references to ColorInformation
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Protocol\DocumentColorParams.cs (2)
17
internal class DocumentColorParams : ITextDocumentParams, IWorkDoneProgressParams, IPartialResultParams<
ColorInformation
[]>
33
public IProgress<
ColorInformation
[]>? PartialResultToken { get; set; }
Protocol\Methods.Document.cs (1)
487
public static readonly LspRequest<DocumentColorParams,
ColorInformation
[]> TextDocumentDocumentColor = new(TextDocumentDocumentColorName);