3 references to ColorPresentation
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Protocol\ColorPresentationParams.cs (2)
17
internal class ColorPresentationParams : ITextDocumentParams, IWorkDoneProgressParams, IPartialResultParams<
ColorPresentation
[]>
48
public IProgress<
ColorPresentation
[]>? PartialResultToken { get; set; }
Protocol\Methods.Document.cs (1)
516
public static readonly LspRequest<ColorPresentationParams,
ColorPresentation
[]> TextDocumentColorPresentation = new(TextDocumentColorPresentationName);