6 references to Any
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
LspServices\ExportCSharpVisualBasicLspServiceFactoryAttribute.cs (1)
19
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\ExportLspServiceFactoryAttribute.cs (1)
39
public ExportLspServiceFactoryAttribute(Type type, string contractName, WellKnownLspServerKinds serverKind = WellKnownLspServerKinds.
Any
) : base(contractName, typeof(ILspServiceFactory))
LspServices\ExportStatelessLspServiceAttribute.cs (1)
39
public ExportStatelessLspServiceAttribute(Type type, string contractName, WellKnownLspServerKinds serverKind = WellKnownLspServerKinds.
Any
) : base(contractName, typeof(ILspService))
LspServices\LspServiceMetadataView.cs (1)
30
ServerKind = WellKnownLspServerKinds.
Any
;
LspServices\LspServices.cs (1)
46
services = services.Where(lazyService => lazyService.Metadata.ServerKind == serverKind || lazyService.Metadata.ServerKind == WellKnownLspServerKinds.
Any
);