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