4 references to TextDocumentDocumentHighlightName
Microsoft.CodeAnalysis.ExternalAccess.Xaml (1)
Internal\ClientCapabilityProvider.cs (1)
60
case LSP.Methods.
TextDocumentDocumentHighlightName
:
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Highlights\DocumentHighlightHandler.cs (1)
24
[Method(Methods.
TextDocumentDocumentHighlightName
)]
Protocol\Methods.Navigation.cs (1)
245
public static readonly LspRequest<DocumentHighlightParams, DocumentHighlight[]?> TextDocumentDocumentHighlight = new(
TextDocumentDocumentHighlightName
);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Highlights\DocumentHighlightTests.cs (1)
103
var results = await testLspServer.ExecuteRequestAsync<LSP.TextDocumentPositionParams, LSP.DocumentHighlight[]>(LSP.Methods.
TextDocumentDocumentHighlightName
,