1 write to _eventArgsToEventInvokerMap
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\TestPlatformDataCollectionEvents.cs (1)
29
_eventArgsToEventInvokerMap
= new Dictionary<Type, EventInvoker>(4)
1 reference to _eventArgsToEventInvokerMap
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\TestPlatformDataCollectionEvents.cs (1)
82
if (
_eventArgsToEventInvokerMap
.TryGetValue(e.GetType(), out var onEvent))