10 references to ProtocolConstants
Microsoft.CodeAnalysis.LanguageServer.Protocol (10)
CSharpVisualBasicLanguageServerFactory.cs (1)
45
ProtocolConstants
.RoslynLspLanguages,
LspServices\ExportCSharpVisualBasicLspServiceFactoryAttribute.cs (1)
16
public ExportCSharpVisualBasicLspServiceFactoryAttribute(Type type, WellKnownLspServerKinds serverKind = WellKnownLspServerKinds.Any) : base(type,
ProtocolConstants
.RoslynLspLanguagesContract, serverKind)
LspServices\ExportCSharpVisualBasicStatelessLspServiceAttribute.cs (1)
13
public ExportCSharpVisualBasicStatelessLspServiceAttribute(Type type, WellKnownLspServerKinds serverKind = WellKnownLspServerKinds.Any) : base(type,
ProtocolConstants
.RoslynLspLanguagesContract, serverKind)
LspServices\RoslynLspServiceProvider.cs (2)
18
[ImportMany(
ProtocolConstants
.RoslynLspLanguagesContract)] IEnumerable<Lazy<ILspService, LspServiceMetadataView>> lspServices,
19
[ImportMany(
ProtocolConstants
.RoslynLspLanguagesContract)] IEnumerable<Lazy<ILspServiceFactory, LspServiceMetadataView>> lspServiceFactories)
WellKnownLspServerKinds.cs (5)
99
WellKnownLspServerKinds.RazorLspServer =>
ProtocolConstants
.RoslynLspLanguagesContract,
100
WellKnownLspServerKinds.LiveShareLspServer =>
ProtocolConstants
.RoslynLspLanguagesContract,
101
WellKnownLspServerKinds.AlwaysActiveVSLspServer =>
ProtocolConstants
.RoslynLspLanguagesContract,
102
WellKnownLspServerKinds.CSharpVisualBasicLspServer =>
ProtocolConstants
.RoslynLspLanguagesContract,
105
WellKnownLspServerKinds.RoslynTypeScriptLspServer =>
ProtocolConstants
.TypeScriptLanguageContract,