6 references to RazorLanguageServerName
Microsoft.VisualStudio.LanguageServices.Razor (3)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\CodeActions\CohostCodeActionsEndpoint.cs (1)
71
using var _ = _telemetryReporter.TrackLspRequest(Methods.TextDocumentCodeActionName, LanguageServerConstants.
RazorLanguageServerName
, TelemetryThresholds.CodeActionRazorTelemetryThreshold, correlationId);
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Completion\CohostDocumentCompletionEndpoint.cs (1)
107
using var _1 = _telemetryReporter.TrackLspRequest(Methods.TextDocumentCompletionName, LanguageServerConstants.
RazorLanguageServerName
, TelemetryThresholds.CompletionRazorTelemetryThreshold, correlationId);
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Diagnostics\CohostDocumentPullDiagnosticsEndpointBase.cs (1)
56
using var _ = _telemetryReporter.TrackLspRequest(LspMethodName, LanguageServerConstants.
RazorLanguageServerName
, TelemetryThresholds.DiagnosticsRazorTelemetryThreshold, correlationId);
Microsoft.VisualStudioCode.RazorExtension (3)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\CodeActions\CohostCodeActionsEndpoint.cs (1)
71
using var _ = _telemetryReporter.TrackLspRequest(Methods.TextDocumentCodeActionName, LanguageServerConstants.
RazorLanguageServerName
, TelemetryThresholds.CodeActionRazorTelemetryThreshold, correlationId);
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Completion\CohostDocumentCompletionEndpoint.cs (1)
107
using var _1 = _telemetryReporter.TrackLspRequest(Methods.TextDocumentCompletionName, LanguageServerConstants.
RazorLanguageServerName
, TelemetryThresholds.CompletionRazorTelemetryThreshold, correlationId);
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Diagnostics\CohostDocumentPullDiagnosticsEndpointBase.cs (1)
56
using var _ = _telemetryReporter.TrackLspRequest(LspMethodName, LanguageServerConstants.
RazorLanguageServerName
, TelemetryThresholds.DiagnosticsRazorTelemetryThreshold, correlationId);