1 reference to TextDocumentDocumentColorName
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Methods.Document.cs (1)
487
public static readonly LspRequest<DocumentColorParams, ColorInformation[]> TextDocumentDocumentColor = new(
TextDocumentDocumentColorName
);