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