1 write to ServerKind
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspServices\LspServiceMetadataView.cs (1)
38ServerKind = (WellKnownLspServerKinds)metadata[nameof(AbstractExportLspServiceAttribute.ServerKind)];
4 references to ServerKind
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
LspServices\LspServices.cs (4)
49if (metadata.ServerKind == serverKind || 50metadata.ServerKind == WellKnownLspServerKinds.Any) 63if (metadata.ServerKind == serverKind || 64metadata.ServerKind == WellKnownLspServerKinds.Any)