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