5 references to TextDocumentColorPresentationName
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Methods.Document.cs (1)
516
public static readonly LspRequest<ColorPresentationParams, ColorPresentation[]> TextDocumentColorPresentation = new(
TextDocumentColorPresentationName
);
Microsoft.VisualStudio.LanguageServices.Razor (2)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\DocumentColor\CohostColorPresentationEndpoint.cs (2)
16
[CohostEndpoint(Methods.
TextDocumentColorPresentationName
)]
38
Methods.
TextDocumentColorPresentationName
,
Microsoft.VisualStudioCode.RazorExtension (2)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\DocumentColor\CohostColorPresentationEndpoint.cs (2)
16
[CohostEndpoint(Methods.
TextDocumentColorPresentationName
)]
38
Methods.
TextDocumentColorPresentationName
,