11 references to RazorLspServer
Microsoft.CodeAnalysis.EditorFeatures (1)
LanguageServer\RazorInProcLanguageClient.cs (1)
101
public override WellKnownLspServerKinds ServerKind => WellKnownLspServerKinds.
RazorLspServer
;
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
Testing\RazorTestLanguageServerFactory.cs (1)
30
return CreateLanguageServerCore(jsonRpc, options, razorCapabilitiesProvider, hostServices, WellKnownLspServerKinds.
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,
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (4)
Diagnostics\PullDiagnosticTests.cs (1)
605
GetInitializationOptions(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
);