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