5 references to 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,