8 references to RoslynLspLanguagesContract
Microsoft.CodeAnalysis.LanguageServer.Protocol (8)
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 (4)
97
WellKnownLspServerKinds.RazorLspServer => ProtocolConstants.
RoslynLspLanguagesContract
,
98
WellKnownLspServerKinds.LiveShareLspServer => ProtocolConstants.
RoslynLspLanguagesContract
,
99
WellKnownLspServerKinds.AlwaysActiveVSLspServer => ProtocolConstants.
RoslynLspLanguagesContract
,
100
WellKnownLspServerKinds.CSharpVisualBasicLspServer => ProtocolConstants.
RoslynLspLanguagesContract
,