3 references to EventInvoker
Microsoft.VisualStudio.TestPlatform.Common (3)
DataCollection\TestPlatformDataCollectionEvents.cs (3)
21private readonly Dictionary<Type, EventInvoker> _eventArgsToEventInvokerMap; 29_eventArgsToEventInvokerMap = new Dictionary<Type, EventInvoker>(4) 82if (_eventArgsToEventInvokerMap.TryGetValue(e.GetType(), out var onEvent))