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