10 references to AlwaysActiveVSLspServer
Microsoft.CodeAnalysis.EditorFeatures (2)
LanguageServer\AlwaysActivateInProcCapabilitiesProvider.cs (1)
17
[ExportCSharpVisualBasicStatelessLspService(typeof(ICapabilitiesProvider), WellKnownLspServerKinds.
AlwaysActiveVSLspServer
), Shared]
LanguageServer\AlwaysActivateInProcLanguageClient.cs (1)
39
public override WellKnownLspServerKinds ServerKind => WellKnownLspServerKinds.
AlwaysActiveVSLspServer
;
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (4)
Cohost\ExportCohostLspServiceFactoryAttribute.cs (1)
12
internal class ExportCohostLspServiceFactoryAttribute(Type handlerType) : ExportLspServiceFactoryAttribute(handlerType, ProtocolConstants.RoslynLspLanguagesContract, WellKnownLspServerKinds.
AlwaysActiveVSLspServer
);
Cohost\ExportCohostStatelessLspServiceAttribute.cs (1)
12
internal sealed class ExportCohostStatelessLspServiceAttribute(Type handlerType) : ExportStatelessLspServiceAttribute(handlerType, ProtocolConstants.RoslynLspLanguagesContract, WellKnownLspServerKinds.
AlwaysActiveVSLspServer
);
Cohost\RazorConfigurationChangedServiceFactory.cs (1)
31
if (context.ServerKind is not (WellKnownLspServerKinds.
AlwaysActiveVSLspServer
or WellKnownLspServerKinds.CSharpVisualBasicLspServer))
Cohost\RazorStartupServiceFactory.cs (1)
48
if (context.ServerKind is not (WellKnownLspServerKinds.
AlwaysActiveVSLspServer
or WellKnownLspServerKinds.CSharpVisualBasicLspServer))
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
WellKnownLspServerKinds.cs (3)
49
WellKnownLspServerKinds.
AlwaysActiveVSLspServer
=> "Roslyn Language Server Client",
69
WellKnownLspServerKinds.
AlwaysActiveVSLspServer
=> "AlwaysActivateInProcLanguageClient",
85
WellKnownLspServerKinds.
AlwaysActiveVSLspServer
=> ProtocolConstants.RoslynLspLanguagesContract,
Microsoft.VisualStudio.LanguageServices (1)
DocumentOutline\DocumentOutlineViewModel_Utilities.cs (1)
39
LanguageServerName = WellKnownLspServerKinds.
AlwaysActiveVSLspServer
.ToUserVisibleString(),