1 write to _eventsServices
Microsoft.CodeAnalysis.Features (1)
LegacySolutionEvents\ILegacySolutionEventsAggregationService.cs (1)
43
_eventsServices
= eventsServices.ToImmutableArray();
2 references to _eventsServices
Microsoft.CodeAnalysis.Features (2)
LegacySolutionEvents\ILegacySolutionEventsAggregationService.cs (2)
48
foreach (var service in
_eventsServices
)
59
foreach (var service in
_eventsServices
)