4 references to TextDocumentSemanticTokensFullName
Microsoft.CodeAnalysis.ExternalAccess.Xaml (1)
Internal\ClientCapabilityProvider.cs (1)
66
case LSP.Methods.
TextDocumentSemanticTokensFullName
:
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\SemanticTokens\SemanticTokensFullHandler.cs (1)
13
[Method(Methods.
TextDocumentSemanticTokensFullName
)]
Protocol\Methods.Document.cs (1)
182
public static readonly LspRequest<SemanticTokensParams, SemanticTokens?> TextDocumentSemanticTokensFull = new(
TextDocumentSemanticTokensFullName
);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
SemanticTokens\AbstractSemanticTokensTests.cs (1)
31
var result = await testLspServer.ExecuteRequestAsync<LSP.SemanticTokensFullParams, LSP.SemanticTokens>(LSP.Methods.
TextDocumentSemanticTokensFullName
,