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