7 references to LoggerThrowException
Microsoft.Build.Engine.UnitTests (7)
BackEnd\LoggingService_Tests.cs (7)
170LoggerThrowException logger = new LoggerThrowException(true, false, new LoggerException("Hello"));
173logger = new LoggerThrowException(true, false, new Exception("boo"));
176logger = new LoggerThrowException(true, false, new StackOverflowException());
232LoggerThrowException exceptionLogger = new LoggerThrowException(false, true, new LoggerException());
245LoggerThrowException exceptionLogger = new LoggerThrowException(false, true, new Exception());
258LoggerThrowException exceptionLogger = new LoggerThrowException(false, true, new StackOverflowException());
1190: base(throwOnShutdown, throwOnInitialize, exception)