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