1 type derived from LoggerThrowException
Microsoft.Build.Engine.UnitTests (1)
6 instantiations of LoggerThrowException
Microsoft.Build.Engine.UnitTests (6)
BackEnd\LoggingService_Tests.cs (6)
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());
4 references to LoggerThrowException
Microsoft.Build.Engine.UnitTests (4)