1 instantiation of FlatException
dotnet (1)
Commands\Test\MTP\TestApplicationHandler.cs (1)
357
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)
721
FlatException
[]? exceptions,
789
FlatException
[]? flatExceptions,
858
private static void FormatInnerExceptions(ITerminal terminal,
FlatException
[]? exceptions)
875
private static void FormatErrorMessage(ITerminal terminal,
FlatException
[]? exceptions, TestOutcome outcome, int index)
904
private static string? GetStringFromIndexOrDefault(
FlatException
[]? exceptions, Func<
FlatException
, string?> property, int index) =>
924
private static void FormatStackTrace(ITerminal terminal,
FlatException
[]? exceptions, int index)