5 references to RazorLspServer
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Handler\Diagnostics\AbstractWorkspacePullDiagnosticsHandler.cs (1)
61if (context.ServerKind == WellKnownLspServerKinds.RazorLspServer)
Handler\OnAutoInsert\OnAutoInsertHandler.cs (1)
54var isRazorRequest = context.ServerKind == WellKnownLspServerKinds.RazorLspServer;
WellKnownLspServerKinds.cs (3)
55WellKnownLspServerKinds.RazorLspServer => "Razor C# Language Server Client", 73WellKnownLspServerKinds.RazorLspServer => "RazorInProcLanguageClient", 99WellKnownLspServerKinds.RazorLspServer => ProtocolConstants.RoslynLspLanguagesContract,