3 references to RunGetSemanticTokensRangeAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
SemanticTokens\SemanticTokensRangeTests.cs (3)
37
var results = await
RunGetSemanticTokensRangeAsync
(testLspServer, testLspServer.GetLocations("range").First());
629
var results = await
RunGetSemanticTokensRangeAsync
(testLspServer, location);
711
var results = await
RunGetSemanticTokensRangeAsync
(testLspServer, location);