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