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