1 instantiation of FlatException
dotnet (1)
Commands\Test\MTP\TestApplicationHandler.cs (1)
162
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)
401
FlatException
[]? exceptions,
462
FlatException
[]? flatExceptions,
528
private static void FormatInnerExceptions(ITerminal terminal,
FlatException
[]? exceptions)
545
private static void FormatErrorMessage(ITerminal terminal,
FlatException
[]? exceptions, TestOutcome outcome, int index)
574
private static string? GetStringFromIndexOrDefault(
FlatException
[]? exceptions, Func<
FlatException
, string?> property, int index) =>
594
private static void FormatStackTrace(ITerminal terminal,
FlatException
[]? exceptions, int index)