6 references to Dispatch
Microsoft.Build (6)
BuildCheck\Infrastructure\BuildCheckReplayModeConnector.cs (1)
42replayEventSource.AnyEventRaised += (sender, e) => mergedEventSource.Dispatch(e);
BuildCheck\Infrastructure\CheckContext\CheckDispatchingContext.cs (4)
39_eventDispatcher.Dispatch(buildEvent); 56_eventDispatcher.Dispatch(buildEvent); 63_eventDispatcher.Dispatch(buildEvent); 70_eventDispatcher.Dispatch(buildEvent);
Logging\BinaryLogger\BinaryLogReplayEventSource.cs (1)
264Dispatch(instance);