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