1 instantiation of SemanticTokensResult
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (1)
Generator.cs (1)
452var semanticTokensResult = new SemanticTokensResult(new SemanticTokens { Data = data }, idFactory);
2 references to SemanticTokensResult
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (1)
Generator.cs (1)
452var semanticTokensResult = new SemanticTokensResult(new SemanticTokens { Data = data }, idFactory);
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.UnitTests (1)
Utilities\TestLsifOutput.vb (1)
146Dim semanticTokensVertex = GetLinkedVertices(Of SemanticTokensResult)(documentVertex, "textDocument/semanticTokens/full").Single()