1 instantiation of FlatException
dotnet (1)
Commands\Test\MTP\TestApplicationHandler.cs (1)
250
exceptions: [.. (testResult.Exceptions ?? []).Select(fe => new Terminal.
FlatException
(fe.ErrorMessage, fe.ErrorType, fe.StackTrace))],
7 references to FlatException
dotnet (7)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (7)
460
FlatException
[]? exceptions,
521
FlatException
[]? flatExceptions,
590
private static void FormatInnerExceptions(ITerminal terminal,
FlatException
[]? exceptions)
607
private static void FormatErrorMessage(ITerminal terminal,
FlatException
[]? exceptions, TestOutcome outcome, int index)
636
private static string? GetStringFromIndexOrDefault(
FlatException
[]? exceptions, Func<
FlatException
, string?> property, int index) =>
656
private static void FormatStackTrace(ITerminal terminal,
FlatException
[]? exceptions, int index)