6 references to Dispatch
Microsoft.Build (6)
BuildCheck\Infrastructure\BuildCheckReplayModeConnector.cs (1)
37replayEventSource.AnyEventRaised += (sender, e) => mergedEventSource.Dispatch(e);
BuildCheck\Infrastructure\CheckContext\CheckDispatchingContext.cs (4)
34_eventDispatcher.Dispatch(buildEvent); 51_eventDispatcher.Dispatch(buildEvent); 58_eventDispatcher.Dispatch(buildEvent); 65_eventDispatcher.Dispatch(buildEvent);
Logging\BinaryLogger\BinaryLogReplayEventSource.cs (1)
264Dispatch(instance);