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