1 implementation of ILegacySolutionEventsListener
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\UnitTesting\LegacySolutionEvents\UnitTestingLegacySolutionEventsListener.cs (1)
22
internal 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)
36
private readonly ImmutableArray<Lazy<
ILegacySolutionEventsListener
>> _eventsServices;
41
[ImportMany] IEnumerable<Lazy<
ILegacySolutionEventsListener
>> eventsServices)