2 references to ExportEventListenerAttribute
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Host\EventListener\EventListenerMetadata.cs (2)
14public string Service { get; } = (string)data[nameof(ExportEventListenerAttribute.Service)]; 15public IReadOnlyList<string> WorkspaceKinds { get; } = (IReadOnlyList<string>)data[nameof(ExportEventListenerAttribute.WorkspaceKinds)];