1 type derived from EventArgsDispatcher
Microsoft.Build (1)
Logging\BinaryLogger\BinaryLogReplayEventSource.cs (1)
63EventArgsDispatcher,
1 instantiation of EventArgsDispatcher
Microsoft.Build (1)
BuildCheck\Infrastructure\BuildCheckReplayModeConnector.cs (1)
39var mergedEventSource = new EventArgsDispatcher();
6 references to EventArgsDispatcher
Microsoft.Build (6)
BuildCheck\Infrastructure\BuildCheckReplayModeConnector.cs (1)
39var mergedEventSource = new EventArgsDispatcher();
BuildCheck\Infrastructure\CheckContext\CheckDispatchingContext.cs (3)
18/// <see cref="ICheckContext"/> that uses <see cref="EventArgsDispatcher"/> to dispatch. 22private readonly EventArgsDispatcher _eventDispatcher; 26EventArgsDispatcher dispatch,
BuildCheck\Infrastructure\CheckContext\CheckDispatchingContextFactory.cs (2)
11private readonly EventArgsDispatcher _eventDispatcher; 15public CheckDispatchingContextFactory(EventArgsDispatcher eventDispatcher)