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