2 references to
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
LspServices\ExportLspServiceFactoryAttribute.cs (1)
22: base(serviceType, contractName, contractType: typeof(ILspServiceFactory), isStateless: false, serverKind)
LspServices\ExportStatelessLspServiceAttribute.cs (1)
22: base(serviceType, contractName, contractType: typeof(ILspService), isStateless: true, serverKind)