1 implementation of ILegacySolutionEventsListener
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\UnitTesting\LegacySolutionEvents\UnitTestingLegacySolutionEventsListener.cs (1)
22
internal sealed class UnitTestingLegacySolutionEventsListener :
ILegacySolutionEventsListener
4 references to ILegacySolutionEventsListener
Microsoft.CodeAnalysis.Features (4)
ExternalAccess\UnitTesting\LegacySolutionEvents\UnitTestingLegacySolutionEventsListener.cs (1)
21
[Export(typeof(
ILegacySolutionEventsListener
)), Shared]
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerRegistrationService.cs (1)
35
/// The last solution we've heard about from the <see cref="
ILegacySolutionEventsListener
"/>. This is used by
LegacySolutionEvents\ILegacySolutionEventsAggregationService.cs (2)
32
[ImportMany] IEnumerable<Lazy<
ILegacySolutionEventsListener
>> eventsServices) : ILegacySolutionEventsAggregationService
34
private readonly ImmutableArray<Lazy<
ILegacySolutionEventsListener
>> _eventsServices = eventsServices.ToImmutableArray();