7 references to LoggerThrowException
Microsoft.Build.Engine.UnitTests (7)
BackEnd\LoggingService_Tests.cs (7)
169LoggerThrowException logger = new LoggerThrowException(true, false, new LoggerException("Hello"));
172logger = new LoggerThrowException(true, false, new Exception("boo"));
175logger = new LoggerThrowException(true, false, new StackOverflowException());
231LoggerThrowException exceptionLogger = new LoggerThrowException(false, true, new LoggerException());
244LoggerThrowException exceptionLogger = new LoggerThrowException(false, true, new Exception());
257LoggerThrowException exceptionLogger = new LoggerThrowException(false, true, new StackOverflowException());
1189: base(throwOnShutdown, throwOnInitialize, exception)