1 write to AssemblyName
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspServices\AbstractExportLspServiceAttribute.cs (1)
66
AssemblyName
= serviceType.Assembly.FullName;
1 reference to AssemblyName
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspServices\LspServiceMetadataView.cs (1)
31
var assemblyName = (string)metadata[nameof(AbstractExportLspServiceAttribute.
AssemblyName
)];