9 references to TextDocumentSemanticTokensRangeName
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\SemanticTokens\SemanticTokensRangeHandler.cs (1)
13[Method(Methods.TextDocumentSemanticTokensRangeName)]
Protocol\Methods.Document.cs (1)
227public static readonly LspRequest<SemanticTokensRangeParams, SemanticTokens?> TextDocumentSemanticTokensRange = new(TextDocumentSemanticTokensRangeName);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
SemanticTokens\AbstractSemanticTokensTests.cs (1)
38var result = await testLspServer.ExecuteRequestAsync<LSP.SemanticTokensRangeParams, LSP.SemanticTokens>(LSP.Methods.TextDocumentSemanticTokensRangeName,
Microsoft.CodeAnalysis.Remote.Razor (1)
SemanticTokens\RemoteCSharpSemanticTokensProvider.cs (1)
31using var _ = _telemetryReporter.TrackLspRequest(Methods.TextDocumentSemanticTokensRangeName,
Microsoft.VisualStudio.LanguageServices.Razor (3)
LanguageClient\Cohost\CohostSemanticTokensRegistration.cs (1)
32Method = Methods.TextDocumentSemanticTokensRangeName,
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\SemanticTokens\CohostSemanticTokensRangeEndpoint.cs (2)
20[CohostEndpoint(Methods.TextDocumentSemanticTokensRangeName)] 62using var _ = _telemetryReporter.TrackLspRequest(Methods.TextDocumentSemanticTokensRangeName, RazorLSPConstants.CohostLanguageServerName, TelemetryThresholds.SemanticTokensRazorTelemetryThreshold, correlationId);
Microsoft.VisualStudioCode.RazorExtension (2)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\SemanticTokens\CohostSemanticTokensRangeEndpoint.cs (2)
20[CohostEndpoint(Methods.TextDocumentSemanticTokensRangeName)] 62using var _ = _telemetryReporter.TrackLspRequest(Methods.TextDocumentSemanticTokensRangeName, RazorLSPConstants.CohostLanguageServerName, TelemetryThresholds.SemanticTokensRazorTelemetryThreshold, correlationId);