5 instantiations of ExceptionWithFakeStack
Microsoft.Build.Framework.UnitTests (5)
CrashTelemetry_Tests.cs (5)
817return new ExceptionWithFakeStack(fakeStack); 899var inner = new ExceptionWithFakeStack(fakeInnerStack); 961var inner1 = new ExceptionWithFakeStack(" at LoggerA.Handle()"); 962var inner2 = new ExceptionWithFakeStack(" at LoggerB.Handle()"); 981var inner = new ExceptionWithFakeStack(" at LoggerA.Handle()");
4 references to ExceptionWithFakeStack
Microsoft.Build.Framework.UnitTests (4)
CrashTelemetry_Tests.cs (4)
899var inner = new ExceptionWithFakeStack(fakeInnerStack); 961var inner1 = new ExceptionWithFakeStack(" at LoggerA.Handle()"); 962var inner2 = new ExceptionWithFakeStack(" at LoggerB.Handle()"); 981var inner = new ExceptionWithFakeStack(" at LoggerA.Handle()");