15 references to RaiseExceptionInEventHandler
Microsoft.Build.Engine.UnitTests (15)
BackEnd\EventSourceSink_Tests.cs (15)
101RaiseExceptionInEventHandler(RaiseEventHelper.BuildStarted, exception);
102RaiseExceptionInEventHandler(RaiseEventHelper.BuildFinished, exception);
103RaiseExceptionInEventHandler(RaiseEventHelper.BuildCanceled, exception);
104RaiseExceptionInEventHandler(RaiseEventHelper.NormalMessage, exception);
105RaiseExceptionInEventHandler(RaiseEventHelper.TaskFinished, exception);
106RaiseExceptionInEventHandler(RaiseEventHelper.CommandLine, exception);
107RaiseExceptionInEventHandler(RaiseEventHelper.TaskParameter, exception);
108RaiseExceptionInEventHandler(RaiseEventHelper.Warning, exception);
109RaiseExceptionInEventHandler(RaiseEventHelper.Error, exception);
110RaiseExceptionInEventHandler(RaiseEventHelper.TargetStarted, exception);
111RaiseExceptionInEventHandler(RaiseEventHelper.TargetFinished, exception);
112RaiseExceptionInEventHandler(RaiseEventHelper.ProjectStarted, exception);
113RaiseExceptionInEventHandler(RaiseEventHelper.ProjectFinished, exception);
114RaiseExceptionInEventHandler(RaiseEventHelper.ExternalStartedEvent, exception);
115RaiseExceptionInEventHandler(RaiseEventHelper.GenericStatusEvent, exception);