10 references to ProtocolConstants
Microsoft.CodeAnalysis.LanguageServer.Protocol (10)
CSharpVisualBasicLanguageServerFactory.cs (1)
45
ProtocolConstants
.RoslynLspLanguages,
LspServices\ExportCSharpVisualBasicLspServiceFactoryAttribute.cs (1)
15
: ExportLspServiceFactoryAttribute(type,
ProtocolConstants
.RoslynLspLanguagesContract, serverKind);
LspServices\ExportCSharpVisualBasicStatelessLspServiceAttribute.cs (1)
12
: ExportStatelessLspServiceAttribute(type,
ProtocolConstants
.RoslynLspLanguagesContract, serverKind);
LspServices\RoslynLspServiceProvider.cs (2)
16
[ImportMany(
ProtocolConstants
.RoslynLspLanguagesContract)] IEnumerable<Lazy<ILspService, LspServiceMetadataView>> lspServices,
17
[ImportMany(
ProtocolConstants
.RoslynLspLanguagesContract)] IEnumerable<Lazy<ILspServiceFactory, LspServiceMetadataView>> lspServiceFactories)
WellKnownLspServerKinds.cs (5)
97
WellKnownLspServerKinds.RazorLspServer =>
ProtocolConstants
.RoslynLspLanguagesContract,
98
WellKnownLspServerKinds.LiveShareLspServer =>
ProtocolConstants
.RoslynLspLanguagesContract,
99
WellKnownLspServerKinds.AlwaysActiveVSLspServer =>
ProtocolConstants
.RoslynLspLanguagesContract,
100
WellKnownLspServerKinds.CSharpVisualBasicLspServer =>
ProtocolConstants
.RoslynLspLanguagesContract,
103
WellKnownLspServerKinds.RoslynTypeScriptLspServer =>
ProtocolConstants
.TypeScriptLanguageContract,