1 instantiation of FlatException
dotnet (1)
Commands\Test\MTP\TestApplicationHandler.cs (1)
164
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,
531
private static void FormatInnerExceptions(ITerminal terminal,
FlatException
[]? exceptions)
548
private static void FormatErrorMessage(ITerminal terminal,
FlatException
[]? exceptions, TestOutcome outcome, int index)
577
private static string? GetStringFromIndexOrDefault(
FlatException
[]? exceptions, Func<
FlatException
, string?> property, int index) =>
597
private static void FormatStackTrace(ITerminal terminal,
FlatException
[]? exceptions, int index)