1 write to Service
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\EventListener\ExportEventListenerAttribute.cs (1)
35this.Service = service ?? throw new ArgumentNullException(nameof(service));
1 reference to Service
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\EventListener\EventListenerMetadata.cs (1)
14public string Service { get; } = (string)data[nameof(ExportEventListenerAttribute.Service)];