1 instantiation of SemanticTokensFullParams
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
SemanticTokens\AbstractSemanticTokensTests.cs (1)
54
=>
new
()
5 references to SemanticTokensFullParams
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\SemanticTokens\SemanticTokensFullHandler.cs (3)
17
: ILspServiceDocumentRequestHandler<
SemanticTokensFullParams
, LSP.SemanticTokens>
25
public TextDocumentIdentifier GetTextDocumentIdentifier(LSP.
SemanticTokensFullParams
request)
32
SemanticTokensFullParams
request,
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
SemanticTokens\AbstractSemanticTokensTests.cs (2)
31
var result = await testLspServer.ExecuteRequestAsync<LSP.
SemanticTokensFullParams
, LSP.SemanticTokens>(LSP.Methods.TextDocumentSemanticTokensFullName,
53
private static LSP.
SemanticTokensFullParams
CreateSemanticTokensFullParams(LSP.Location caret)