1 write to TypeName
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspServices\AbstractExportLspServiceAttribute.cs (1)
63TypeName = serviceType.FullName;
1 reference to TypeName
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspServices\LspServiceMetadataView.cs (1)
30var typeName = (string)metadata[nameof(AbstractExportLspServiceAttribute.TypeName)];