11 references to RazorLspServer
Microsoft.CodeAnalysis.EditorFeatures (1)
LanguageServer\RazorInProcLanguageClient.cs (1)
101public override WellKnownLspServerKinds ServerKind => WellKnownLspServerKinds.RazorLspServer;
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
Testing\RazorTestLanguageServerFactory.cs (1)
30return CreateLanguageServerCore(jsonRpc, options, razorCapabilitiesProvider, hostServices, WellKnownLspServerKinds.RazorLspServer);
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Handler\Diagnostics\AbstractWorkspacePullDiagnosticsHandler.cs (1)
64if (context.ServerKind == WellKnownLspServerKinds.RazorLspServer)
Handler\OnAutoInsert\OnAutoInsertHandler.cs (1)
58var isRazorRequest = context.ServerKind == WellKnownLspServerKinds.RazorLspServer;
WellKnownLspServerKinds.cs (3)
53WellKnownLspServerKinds.RazorLspServer => "Razor C# Language Server Client", 71WellKnownLspServerKinds.RazorLspServer => "RazorInProcLanguageClient", 97WellKnownLspServerKinds.RazorLspServer => ProtocolConstants.RoslynLspLanguagesContract,
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (4)
Diagnostics\PullDiagnosticTests.cs (1)
605GetInitializationOptions(BackgroundAnalysisScope.OpenFiles, CompilerDiagnosticsScope.OpenFiles, useVSDiagnostics, WellKnownLspServerKinds.RazorLspServer));
OnAutoInsert\OnAutoInsertTests.cs (3)
251""", mutatingLspWorkspace, serverKind: WellKnownLspServerKinds.RazorLspServer); 269""", mutatingLspWorkspace, insertSpaces: false, tabSize: 4, serverKind: WellKnownLspServerKinds.RazorLspServer); 293""", mutatingLspWorkspace, serverKind: WellKnownLspServerKinds.RazorLspServer);