1 write to InterfaceNames
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspServices\AbstractExportLspServiceAttribute.cs (1)
75
InterfaceNames
= Array.ConvertAll(serviceType.GetInterfaces(), t => t.AssemblyQualifiedName!);
1 reference to InterfaceNames
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspServices\LspServiceMetadataView.cs (1)
35
var interfaceNames = (string[])metadata[nameof(AbstractExportLspServiceAttribute.
InterfaceNames
)];